diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9953871..2eb2e0b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: run: yarn package - name: Create tag - uses: mathieudutour/github-tag-action@v6.0 + uses: mathieudutour/github-tag-action@v6.1 with: custom_tag: ${{ github.event.inputs.version }} github_token: ${{ secrets.GITHUB_TOKEN }}