Skip to content

Commit

Permalink
ci: remove the tag signing requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSajid committed Jan 19, 2024
1 parent 1f0fd02 commit 08a8fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
trust_level: 5
git_user_signingkey: true
git_commit_gpgsign: true
git_tag_gpgsign: true
git_tag_gpgsign: false
git_committer_name: ${{ vars.GIT_AUTHOR_NAME }}
git_committer_email: ${{ vars.GIT_AUTHOR_EMAIL }}
- name: Test GPG Key Import
Expand Down

0 comments on commit 08a8fdf

Please sign in to comment.