Skip to content

Commit

Permalink
Fix release error
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Apr 3, 2024
1 parent cf747e3 commit e76dad5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,10 @@ jobs:

Check failure on line 170 in .github/workflows/ci-cd.yml

View workflow job for this annotation

GitHub Actions / YAML Style Check

170:1 [trailing-spaces] trailing spaces
git config --global user.signingkey ${{ secrets.GPG_PUB_KEY }}
# export GPG_TTY=$(tty)
# mkdir -p ~/.gnupg/
# printf "${{ secrets.GPG_SIGNING_KEY }}" | base64 --decode > ~/.gnupg/private.key
# gpg --import ~/.gnupg/private.key
export GPG_TTY=$(tty)
mkdir -p ~/.gnupg/
printf "${{ secrets.GPG_SIGNING_KEY }}" | base64 --decode > ~/.gnupg/private.key
- name: Bump version
run: |
git pull
Expand Down

0 comments on commit e76dad5

Please sign in to comment.