Skip to content

Commit

Permalink
commit command wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkarns committed May 26, 2024
1 parent 9227fd4 commit 3b519a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
gpg_private_key: ${{secrets.BOT_GPG_SIGN_KEY}}
git_user_signingkey: true
- run: npm ci
- run: git diff --quiet || git commit -am Build -S FD5E66973D2B8B86
- run: git diff --quiet || git commit -am Build --gpg-sign=FD5E66973D2B8B86
- run: git push --signed=if-asked

0 comments on commit 3b519a7

Please sign in to comment.