Fix action.

This commit is contained in:
kovacsv 2022-05-27 16:59:44 +02:00
parent 62014f5faf
commit 9b0d08e307

View File

@ -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