diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a93cd27..c9fc7236 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -401,5 +401,3 @@ jobs: - name: Create GitHub Release uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/v') - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}