diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c887463..e673c0d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -196,6 +196,8 @@ jobs: uses: actions/download-artifact@v5 - name: Create tag and GitHub Release, attach artifact + env: + GH_TOKEN: ${{ github.token }} run: | TAG=v${{ steps.extract-version.outputs.version }} git config user.name "${{ github.actor }}"