Update release.yml
This commit is contained in:
parent
b5679c07f3
commit
5bb50d8ec7
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -19,4 +19,5 @@ jobs:
|
||||||
- run: |
|
- run: |
|
||||||
VERSION=`cat pack.toml | grep ^version | sed 's/version = "\(.*\)"/\1/'`
|
VERSION=`cat pack.toml | grep ^version | sed 's/version = "\(.*\)"/\1/'`
|
||||||
gh release create v$VERSION --generate-notes *.mrpack
|
gh release create v$VERSION --generate-notes *.mrpack
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ github.token }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue