Fix action.

This commit is contained in:
kovacsv 2022-05-27 16:53:09 +02:00
parent 7992ad8eb2
commit d214b325d1

View File

@ -12,16 +12,16 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run create_dist
- uses: ncipollo/release-action@v1
with:
artifacts: "build\final\package\*"
bodyFile: ".github/workflows/release_template.md"
draft: true
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run create_dist
- uses: ncipollo/release-action@v1
with:
artifacts: "build\final\package\*"
bodyFile: ".github/workflows/release_template.md"
draft: true
token: ${{ secrets.GITHUB_TOKEN }}