Update release.yml
This commit is contained in:
parent
a5332cae95
commit
31369e6416
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -14,8 +14,8 @@ jobs:
|
|||
- name: Setup Go environment
|
||||
uses: actions/setup-go@v3.5.0
|
||||
- run: go install github.com/packwiz/packwiz@latest
|
||||
- run: packwiz refresh
|
||||
- run: packwiz modrinth export
|
||||
- run: /home/runner/go/packwiz refresh
|
||||
- run: /home/runner/go/packwiz modrinth export
|
||||
- run: |
|
||||
VERSION=`cat pack.toml | grep ^version | sed 's/version = "\(.*\)"/\1/'`
|
||||
gh release create v$VERSION --generate-notes *.mrpack
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue