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 62393d6 commit 43abf11Copy full SHA for 43abf11
.github/workflows/publish.yml
@@ -29,5 +29,5 @@ jobs:
29
- name: Update package.json version
30
run: npm version ${{ steps.version.outputs.VERSION }} --no-git-tag-version
31
32
- - name: Publish to npm
33
- run: npm publish --tag ${{ steps.version.outputs.VERSION }}
+ - name: Validate package
+ run: npm publish --dry-run
0 commit comments