update script

This commit is contained in:
pengfei.zhou
2020-03-24 20:18:41 +08:00
committed by osborn
parent b5c44fcefc
commit 7939db48b5
2 changed files with 17 additions and 11 deletions

View File

@@ -42,14 +42,3 @@ jobs:
BINTARY_REPO: ${{ secrets.BINTARY_REPO }}
BINTARY_APIKEY: ${{ secrets.BINTARY_APIKEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Release
uses: actions/create-release@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${github.ref:10}_legacy
release_name: Release ${{ github.ref }}_legacy
body: |
Legacy Support
draft: false
prerelease: false