Merge pull request #2060 from dmurphy18/revert_force_git_tag

Revert forcing git tag, other issues with check sums calculated, easiest solution is wait a day to release
This commit is contained in:
David Murphy 2024-11-27 12:51:14 -07:00 committed by GitHub
commit 670c0bfdd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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