From 85745e5cb6908e3e886b76ec4a8477ebe7774db4 Mon Sep 17 00:00:00 2001 From: netbenix <36106848+netbenix@users.noreply.github.com> Date: Thu, 18 Nov 2021 18:59:22 +0100 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 1 + 1 file changed, 1 insertion(+) 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 }}