diff --git a/action.yml b/action.yml index 11b921c..21fcaf0 100644 --- a/action.yml +++ b/action.yml @@ -39,7 +39,7 @@ runs: - name: Bump tag if: steps.changelog.outputs.isEmpty == 'false' id: tag - uses: mathieudutour/github-tag-action@v6.1 + uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ inputs.github_token }} release_branches: ${{ inputs.release_branch }}