diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index c40649b..c8b1b46 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -36,7 +36,7 @@ jobs: - name: Tag release id: tag_release - uses: mathieudutour/github-tag-action@v5.6 + uses: mathieudutour/github-tag-action@v6.0 with: custom_tag: '${{ github.run_number }}' github_token: ${{ secrets.GITHUB_TOKEN }}