Skip to content

Commit 777c3ad

Browse files
committed
Revert forcing git tag, other issues with check sums calculated, easy solution is wait a day to release
1 parent ab523a7 commit 777c3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
160160
- name: Tag The ${{ needs.update-develop.outputs.release-version }} Release
161161
run: |
162-
git tag -f --no-sign -m "Release ${{ needs.update-develop.outputs.release-version }}" -a ${{ needs.update-develop.outputs.release-version }}
162+
git tag --no-sign -m "Release ${{ needs.update-develop.outputs.release-version }}" -a ${{ needs.update-develop.outputs.release-version }}
163163
164164
- name: Update bootstrap-salt.sh sha256sum's
165165
run: |

0 commit comments

Comments
 (0)