Forcing git tag for release 2024.11.27 due to existing tag which was set by accident

This commit is contained in:
David Murphy 2024-11-27 12:31:39 -07:00
parent 677ecee801
commit 72254edd67
No known key found for this signature in database
GPG key ID: 9D7724F37A7424D8
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -26,7 +26,7 @@
#======================================================================================================================
set -o nounset # Treat unset variables as an error
__ScriptVersion="2024.11.28"
__ScriptVersion="2024.11.27"
__ScriptName="bootstrap-salt.sh"
__ScriptFullName="$0"