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 134f67b commit 3b607e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ jobs:
- name: Configure GPG Key
run: |
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys ${{ secrets.GPG_PUB_KEY }}
sudo gpg --export ${{ secrets.GPG_PUB_KEY }} | sudo apt-key add -

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 }}
- name: Bump version
Expand Down

0 comments on commit 3b607e3

Please sign in to comment.