From 6b1c68673ad9dcb63983b8e4a8a6edb5835e64a7 Mon Sep 17 00:00:00 2001 From: Yukai Chou Date: Sun, 2 Mar 2025 15:12:28 +0800 Subject: [PATCH] chore(ci): maintain major tags for GitHub Actions Fixes #857. --- .github/workflows/post-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index f20fa1c..3cd0f1c 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -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