We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab523a7 + 777c3ad commit 670c0bfCopy full SHA for 670c0bf
.github/workflows/release.yml
@@ -159,7 +159,7 @@ jobs:
159
160
- name: Tag The ${{ needs.update-develop.outputs.release-version }} Release
161
run: |
162
- 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 }}
163
164
- name: Update bootstrap-salt.sh sha256sum's
165
0 commit comments