Chore: upgrade github actions

This commit is contained in:
Dreamacro
2021-08-07 22:27:23 +08:00
parent 588645a2c3
commit 9b0bbb90ff
3 changed files with 2 additions and 5 deletions

View File

@ -39,8 +39,6 @@ jobs:
- name: Upload Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: bin/*
draft: true