Merge pull request #1250 from muzimuzhi/ci/major-tag

chore(ci): maintain major tags for GitHub Actions
This commit is contained in:
Ed Page 2025-03-03 20:12:47 -06:00 committed by GitHub
commit 67a0344016
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194

View file

@ -138,3 +138,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: gh release edit "${{ needs.create-release.outputs.tag }}" --draft=false
- name: Update major tag
uses: rickstaa/action-update-semver@v1
with:
major_version_tag_only: true