diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 89c13c5..1350c36 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,6 +35,8 @@ jobs: run: go build -o build/ -v ./... - name: Create release with asset + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | gh release create "${{ github.ref_name }}" \ --title "Release ${{ github.ref_name }}" \