chore(ci): maintain major tags for GitHub Actions

Fixes #857.
This commit is contained in:
Yukai Chou 2025-03-02 15:12:28 +08:00
parent ff2ab643f4
commit 6b1c68673a

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