Update publish.yml
This commit is contained in:
parent
1cf1d0f9fe
commit
de67bb6bb6
11
.github/workflows/publish.yml
vendored
11
.github/workflows/publish.yml
vendored
@ -41,3 +41,14 @@ jobs:
|
|||||||
BINTARY_REPO: ${{ secrets.BINTARY_REPO }}
|
BINTARY_REPO: ${{ secrets.BINTARY_REPO }}
|
||||||
BINTARY_APIKEY: ${{ secrets.BINTARY_APIKEY }}
|
BINTARY_APIKEY: ${{ secrets.BINTARY_APIKEY }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
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
|
||||||
|
Reference in New Issue
Block a user