fix(release): actually tag MAJOR

This commit is contained in:
2023-05-08 00:44:08 +01:00
parent 1255f9741b
commit e012dc88b9

View File

@@ -18,7 +18,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
uses: richardsimko/update-tag@v1
with:
tag_name: v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}
tag_name: v${{ steps.release.outputs.major }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create/update MAJOR.MINOR tag