diff --git a/.github/workflows/tagrelease.yml b/.github/workflows/tagrelease.yml index 790513b..e258185 100644 --- a/.github/workflows/tagrelease.yml +++ b/.github/workflows/tagrelease.yml @@ -16,6 +16,8 @@ jobs: - uses: actions/checkout@v3 - name: Create tag automatic uses: butlerlogic/action-autotag@1.1.2 + env: + GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" with: root: ./ tag_prefix: "v"