Update go.yml

This commit is contained in:
netbenix 2021-11-18 18:59:22 +01:00 committed by GitHub
parent 7d5aa0ff51
commit 85745e5cb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}