Skip to content

Commit 1327707

Browse files
algolia-botmillotp
andcommitted
chore(scripts): correct var env for scala release (generated)
algolia/api-clients-automation#5182 Co-authored-by: Pierre Millot <[email protected]>
1 parent 5fbe688 commit 1327707

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
@@ -27,6 +27,6 @@ jobs:
2727
- run: sbt ci-release
2828
env:
2929
PGP_PASSPHRASE: ${{ secrets.SIGNING_PRIVATE_KEY_PASSWORD }}
30-
PGP_SECRET_KEY: ${{ secrets.SIGNING_PRIVATE_KEY }}
30+
PGP_SECRET: ${{ secrets.SIGNING_PRIVATE_KEY }}
3131
SONATYPE_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
3232
SONATYPE_PASSWORD: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}

0 commit comments

Comments
 (0)