We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8a583 commit a442237Copy full SHA for a442237
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: olafurpg/setup-scala@v2
12
- uses: olafurpg/setup-gpg@v2
13
- name: Publish ${{ github.ref }}
14
- run: sbt +ci-release
+ run: sbt ci-release
15
env:
16
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
17
PGP_SECRET: ${{ secrets.PGP_SECRET }}
0 commit comments