Skip to content

Commit

Permalink
Forcing git tag to not sign
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Nov 7, 2024
1 parent 2fe253a commit ced8291
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@ jobs:
- name: Tag The ${{ needs.update-develop.outputs.release-version }} Release
run: |
git tag -m "Release ${{ needs.update-develop.outputs.release-version }}" -as ${{ needs.update-develop.outputs.release-version }}
cat ~/.gitconfig
git tag --no-sign -m "Release ${{ needs.update-develop.outputs.release-version }}" -as ${{ needs.update-develop.outputs.release-version }}
- name: Update bootstrap-salt.sh sha256sum's
run: |
Expand Down

0 comments on commit ced8291

Please sign in to comment.