Skip to content

Commit

Permalink
Try setting env
Browse files Browse the repository at this point in the history
  • Loading branch information
Bijan Chokoufe Nejad committed Aug 18, 2020
1 parent 9dc55b6 commit 6f54339
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ jobs:
echo $SONATYPE_SBT > ~/.sbt/1.0/sonatype.sbt
- name: Test & Release
run: sbt ci-release

env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.GPG_KEYS }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USER }}

0 comments on commit 6f54339

Please sign in to comment.