Skip to content

Commit

Permalink
ci: Set up tags to be signed as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Oct 30, 2023
1 parent 55841a3 commit 6d5a34c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
run: |
python scripts/check_unreleased_changelog_items.py
git add python_semantic_release_templates
git config --global tag.gpgSign true
- name: Python Semantic Release
uses: python-semantic-release/[email protected] # 8.3.0 has a bug in the version output variable
id: release
Expand Down

0 comments on commit 6d5a34c

Please sign in to comment.