Skip to content

Commit

Permalink
Revert forcing git tag, other issues with check sums calculated, easy…
Browse files Browse the repository at this point in the history
… solution is wait a day to release
  • Loading branch information
dmurphy18 committed Nov 27, 2024
1 parent ab523a7 commit 777c3ad
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 777c3ad

Please sign in to comment.