Skip to content

Commit 4ed13f0

Browse files
authored
Update release.yml
1 parent 490f400 commit 4ed13f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
32-
PGP_SECRET: ${{ secrets.PGP_SECRET }}
32+
PGP_SECRET: "${{ secrets.PGP_SECRET }}"
3333
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
3434
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
3535
run: sbt ci-release

0 commit comments

Comments
 (0)