Skip to content

Commit b3759f4

Browse files
committed
this will work next time, trust
1 parent e0f998c commit b3759f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/add-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
gpg --list-keys
7272
echo "${{inputs.scala_version}}" >> scala-versions
7373
echo "foo" >> .github/workflows/ci.yml
74-
# sbt "generateAll;++${{inputs.scala_version}} test"
74+
sbt "generateAll;++${{inputs.scala_version}} test"
7575
git add --all
7676
git commit -m "Add ${{inputs.scala_version}} support"
7777
- name: Publish new version
@@ -80,4 +80,4 @@ jobs:
8080
PROJECT_VERSION: ${{inputs.project_version}}
8181
run: |
8282
git push
83-
# sbt clean tlCiRelease
83+
sbt clean tlCiRelease

0 commit comments

Comments
 (0)