We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f998c commit b3759f4Copy full SHA for b3759f4
.github/workflows/add-version.yml
@@ -71,7 +71,7 @@ jobs:
71
gpg --list-keys
72
echo "${{inputs.scala_version}}" >> scala-versions
73
echo "foo" >> .github/workflows/ci.yml
74
- # sbt "generateAll;++${{inputs.scala_version}} test"
+ sbt "generateAll;++${{inputs.scala_version}} test"
75
git add --all
76
git commit -m "Add ${{inputs.scala_version}} support"
77
- name: Publish new version
@@ -80,4 +80,4 @@ jobs:
80
PROJECT_VERSION: ${{inputs.project_version}}
81
run: |
82
git push
83
- # sbt clean tlCiRelease
+ sbt clean tlCiRelease
0 commit comments