Merge pull request #2036 from dmurphy18/fix_release_2

Forcing git tag to not sign
This commit is contained in:
David Murphy 2024-11-07 14:33:57 -07:00 committed by GitHub
commit b13e9279d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: |