diff --git a/.github/workflows/auto-tag-release.yaml b/.github/workflows/auto-tag-release.yaml index 427ccec..4e3b747 100644 --- a/.github/workflows/auto-tag-release.yaml +++ b/.github/workflows/auto-tag-release.yaml @@ -22,4 +22,5 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} major_version_tag_only: false + env: github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file