From 72254edd67aac6d08e14f73c9a8e7653b95d62ad Mon Sep 17 00:00:00 2001 From: David Murphy Date: Wed, 27 Nov 2024 12:31:39 -0700 Subject: [PATCH] Forcing git tag for release 2024.11.27 due to existing tag which was set by accident --- .github/workflows/release.yml | 2 +- bootstrap-salt.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f31d6c4..8e54b67 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: | diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 08a513f..f43acdf 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -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"