Fix action.
This commit is contained in:
parent
62014f5faf
commit
9b0d08e307
2
.github/workflows/release_publish.yml
vendored
2
.github/workflows/release_publish.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm run create_dist
|
- run: npm run create_dist
|
||||||
- uses: ncipollo/release-action@v1
|
- uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
artifacts: "build/final/package/*"
|
artifacts: "build/final/package/*"
|
||||||
bodyFile: ".github/workflows/release_template.md"
|
bodyFile: ".github/workflows/release_template.md"
|
||||||
draft: true
|
draft: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user