Skip to content

Commit bb896be

Browse files
authored
Merge pull request #119 from scalacenter/try-another-fix2
bugfix: Add env properly
2 parents fa23a96 + 5b31642 commit bb896be

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
server-password: MAVEN_CENTRAL_TOKEN
2727
gpg-private-key: ${{ secrets.PGP_SECRET }}
2828
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
29+
env:
30+
MAVEN_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
31+
MAVEN_CENTRAL_TOKEN: ${{ secrets.SONATYPE_PASSWORD }}
32+
MAVEN_GPG_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
2933

3034
- name: Setup git profile
3135
run: |

0 commit comments

Comments
 (0)