Merge pull request #2037 from dmurphy18/fix_release_3

Fixing git tag signing issue
This commit is contained in:
David Murphy 2024-11-07 14:40:20 -07:00 committed by GitHub
commit b01acd2fa4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -231,8 +231,7 @@ jobs:
- name: Tag The ${{ needs.update-develop.outputs.release-version }} Release
run: |
cat ~/.gitconfig
git tag --no-sign -m "Release ${{ needs.update-develop.outputs.release-version }}" -as ${{ needs.update-develop.outputs.release-version }}
git tag --no-sign -m "Release ${{ needs.update-develop.outputs.release-version }}" -a ${{ needs.update-develop.outputs.release-version }}
- name: Update bootstrap-salt.sh sha256sum's
run: |