Fix GitHub CI

This commit is contained in:
MengYX 2020-07-18 23:25:34 +08:00
parent bb811178d4
commit a824bf1f63
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
1 changed files with 12 additions and 9 deletions

View File

@ -43,7 +43,10 @@ jobs:
- name: Create a Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: "Build $(date %Y/%m/%d)"
draft: true