Skip to content

Commit

Permalink
Merge pull request #2059 from dmurphy18/fix_date_tag
Browse files Browse the repository at this point in the history
Fix date tag
  • Loading branch information
dmurphy18 authored Nov 27, 2024
2 parents 578ee0e + eaf7527 commit 5b183f4
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 --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: |
Expand Down

0 comments on commit 5b183f4

Please sign in to comment.