We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7749a8 commit 6f03ed9Copy full SHA for 6f03ed9
1 file changed
.github/workflows/alpha.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: JS-DevTools/npm-publish@v1
24
if: "!contains(github.event.head_commit.message, '[skip publish]')"
25
with:
26
- package: ./dist/package.json
+ package: dist/package.json
27
token: "${{ secrets.NPM_TOKEN }}"
28
- name: Create Release
29
if: "steps.update_tag.outputs.tagname && !contains(github.event.head_commit.message, '[skip publish]')"
0 commit comments