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