Skip to content

Commit bb777c4

Browse files
authored
chore(scripts): correct var env for scala release (#5182)
1 parent 8d50251 commit bb777c4

File tree

1 file changed

+1
-1
lines changed
  • clients/algoliasearch-client-scala/.github/workflows

1 file changed

+1
-1
lines changed

clients/algoliasearch-client-scala/.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)