Skip to content

Commit

Permalink
fix: rel
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-butler-irl authored Jun 7, 2022
1 parent 75d49e1 commit ab9f739
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ jobs:
GIT_COMMITTER_NAME: ${{ steps.import-gpg.outputs.name }}
GIT_COMMITTER_EMAIL: ${{ steps.import-gpg.outputs.email }}
run: |
echo '/usr/bin/gpg2 --passphrase ${GPG_PASSPHRASE} --batch --no-tty "$@"' > /tmp/gpg-with-passphrase && chmod +x /tmp/gpg-with-passphrase
#echo '/usr/bin/gpg2 --passphrase ${GPG_PASSPHRASE} --batch --no-tty "$@"' > /tmp/gpg-with-passphrase && chmod +x /tmp/gpg-with-passphrase
# Configure git to use the script that passes the passphrase
git config gpg.program "/tmp/gpg-with-passphrase"
#git config gpg.program "/tmp/gpg-with-passphrase"
# Configure git to sign the commits and tags
git config commit.gpgsign true
#git config commit.gpgsign true
# Configure git to use your GPG key
git config --global user.signingkey ${GPG_KEY_ID}
#git config --global user.signingkey ${GPG_KEY_ID}
npx semantic-release

0 comments on commit ab9f739

Please sign in to comment.