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 549a47f + cda77be commit b01acd2Copy full SHA for b01acd2
.github/workflows/release.yml
@@ -231,8 +231,7 @@ jobs:
231
232
- name: Tag The ${{ needs.update-develop.outputs.release-version }} Release
233
run: |
234
- cat ~/.gitconfig
235
- git tag --no-sign -m "Release ${{ needs.update-develop.outputs.release-version }}" -as ${{ 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 }}
236
237
- name: Update bootstrap-salt.sh sha256sum's
238
0 commit comments