diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f0eca7f..29e093d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,6 +22,7 @@ jobs: run: go build -v ./... - name: Create Release + id: create_release uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}