Skip to content

Commit

Permalink
build: Use decodekey.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Javakky-pxv committed Jul 19, 2023
1 parent a79462c commit b59b930
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
distribution: temurin
java-version: 8
cache: sbt
- run: sbt ci-release
- run: |
.github/decodekey.sh
sbt ci-release
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
Expand Down

0 comments on commit b59b930

Please sign in to comment.