Skip to content

Commit

Permalink
fixed publish-sdk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hubert-de-lalye committed Dec 18, 2024
1 parent d096726 commit 136394b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
echo "${{ secrets.GPG_KEY }}" | gpg --batch --import
git config --global user.email "[email protected]"
git config --global user.name "GMX Release Bot"
GPG_KEY_ID=$(gpg --list-secret-keys --keyid-format=long | grep '^pub' | tail -1 | awk '{print $2}' | cut -d'/' -f2)
GPG_KEY_ID=$(gpg --list-secret-keys --keyid-format=long | grep '^sec' | tail -1 | awk '{print $2}' | cut -d'/' -f2)
git config --global user.signingkey $GPG_KEY_ID
git config --global gpg.program gpg
git config --global commit.gpgsign true
Expand Down

0 comments on commit 136394b

Please sign in to comment.