Skip to content

Commit

Permalink
bug fix for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wwqgtxx committed Apr 11, 2020
1 parent c71d1a5 commit 4094512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets. GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: bin/*
draft: false
draft: true
prerelease: true

0 comments on commit 4094512

Please sign in to comment.