diff --git a/.github/workflows/auto-tag-release.yaml b/.github/workflows/auto-tag-release.yaml index e0bcef6..8864e9d 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 # true wenn nur Major-Tags wird aktualisiert oder erstellt - #github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + env: + github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file