Skip to content

Commit 6f03ed9

Browse files
committed
try fix workflow
1 parent c7749a8 commit 6f03ed9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: JS-DevTools/npm-publish@v1
2424
if: "!contains(github.event.head_commit.message, '[skip publish]')"
2525
with:
26-
package: ./dist/package.json
26+
package: dist/package.json
2727
token: "${{ secrets.NPM_TOKEN }}"
2828
- name: Create Release
2929
if: "steps.update_tag.outputs.tagname && !contains(github.event.head_commit.message, '[skip publish]')"

0 commit comments

Comments
 (0)