Skip to content

Commit 43abf11

Browse files
committed
Fix validate
1 parent 62393d6 commit 43abf11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
- name: Update package.json version
3030
run: npm version ${{ steps.version.outputs.VERSION }} --no-git-tag-version
3131

32-
- name: Publish to npm
33-
run: npm publish --tag ${{ steps.version.outputs.VERSION }}
32+
- name: Validate package
33+
run: npm publish --dry-run

0 commit comments

Comments
 (0)