Skip to content

Commit

Permalink
Merge pull request #2060 from dmurphy18/revert_force_git_tag
Browse files Browse the repository at this point in the history
Revert forcing git tag, other issues with check sums calculated, easiest solution is wait a day to release
  • Loading branch information
dmurphy18 authored Nov 27, 2024
2 parents ab523a7 + 777c3ad commit 670c0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 670c0bf

Please sign in to comment.