Revert forcing git tag, other issues with check sums calculated, easy solution is wait a day to release

This commit is contained in:
David Murphy 2024-11-27 12:47:45 -07:00
parent ab523a74dc
commit 777c3ad055
No known key found for this signature in database
GPG key ID: 9D7724F37A7424D8

View file

@ -159,7 +159,7 @@ jobs:
- name: Tag The ${{ needs.update-develop.outputs.release-version }} Release
run: |
git tag -f --no-sign -m "Release ${{ needs.update-develop.outputs.release-version }}" -a ${{ 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: |