Skip to content

Commit

Permalink
forgot exporting secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuancelin committed Nov 29, 2023
1 parent 3879c3f commit 5aac751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
run: |
mkdir -p ~/.sbt/gpg
echo "$PGP_SECRET" | base64 --decode > ~/.sbt/gpg/secring.key
gpg --batch --pinentry-mode=loopback --yes --passphrase "$PGP_PASSPHRASE" --import ~/.sbt/pgp/secring.key
gpg --batch --pinentry-mode=loopback --yes --passphrase "$PGP_PASSPHRASE" --export-secret-key 4EFDC6FC2DEC936B13B7478C2F8C0F4E1D397E7F > ~/.sbt/pgp/secring.gpg
gpg --batch --pinentry-mode=loopback --yes --passphrase "$PGP_PASSPHRASE" --import ~/.sbt/gpg/secring.key
gpg --batch --pinentry-mode=loopback --yes --passphrase "$PGP_PASSPHRASE" --export-secret-key 4EFDC6FC2DEC936B13B7478C2F8C0F4E1D397E7F > ~/.sbt/gpg/secring.gpg
sh ./update-extism.sh
sbt ';+compile;+test;+package;+assembly;+doc;+packageDoc;+publishSigned;sonatypeBundleRelease'
# sbt ';+compile;+test;+package;+assembly;+publish'
Expand Down

0 comments on commit 5aac751

Please sign in to comment.