Skip to content

Commit

Permalink
fix(ci): turn off signed pushes
Browse files Browse the repository at this point in the history
why? looks like GitHub does not support them; see https://git.luolix.topmunity/t/push-signed/938/4
  • Loading branch information
paambaati committed Dec 17, 2021
1 parent 30b5bd6 commit 730bfa8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
git_config_global: true
git_user_signingkey: true
git_commit_gpgsign: true
git_push_gpgsign: true
git_tag_gpgsign: true
- name: Kick off release
run: npm_config_yes=true npx semantic-release
Expand Down

0 comments on commit 730bfa8

Please sign in to comment.