diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 124bef9..4ecd35c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: - name: Push tag id: tag-version if: steps.check-version.outputs.previous-version != steps.check-version.outputs.current-version - uses: mathieudutour/github-tag-action@v5.6 + uses: mathieudutour/github-tag-action@v6.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} custom_tag: ${{ steps.check-version.outputs.current-version }}