Skip to content

Commit

Permalink
Merge pull request #2036 from dmurphy18/fix_release_2
Browse files Browse the repository at this point in the history
Forcing git tag to not sign
  • Loading branch information
dmurphy18 authored Nov 7, 2024
2 parents 2fe253a + ced8291 commit b13e927
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 b13e927

Please sign in to comment.