diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index 3340b4ca..5dc4ca4f 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v4 - if: fromJSON(inputs.info).is-release == 'true' name: Push cli release tag - uses: mathieudutour/github-tag-action@v6.1 + uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} custom_tag: ${{ fromJSON(inputs.info).version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c3d85d87..997fc89f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v4 - name: Push lib release tag if: needs.info.outputs.crate != 'cargo-binstall' - uses: mathieudutour/github-tag-action@v6.1 + uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} custom_tag: ${{ needs.info.outputs.version }}