try fix workflow

This commit is contained in:
Chen Asraf
2021-11-18 13:45:37 +02:00
parent ea4ecabe02
commit d6d99cfdf2

View File

@@ -23,7 +23,7 @@ jobs:
uses: JS-DevTools/npm-publish@v1
if: "!contains(github.event.head_commit.message, '[skip publish]')"
with:
package: ./dist/package.json
package: dist/package.json
token: "${{ secrets.NPM_TOKEN }}"
- name: Create Release
if: "steps.update_tag.outputs.tagname && !contains(github.event.head_commit.message, '[skip publish]')"