There was an error while loading. Please reload this page.
1 parent 43abf11 commit fac4a7dCopy full SHA for fac4a7d
1 file changed
.github/workflows/publish.yml
@@ -29,5 +29,8 @@ jobs:
29
- name: Update package.json version
30
run: npm version ${{ steps.version.outputs.VERSION }} --no-git-tag-version
31
32
- - name: Validate package
33
- run: npm publish --dry-run
+ - run: npm run build --if-present
+ - run: npm test
34
+
35
+ - name: Publish to npm
36
+ run: npm publish --tag ${{ steps.version.outputs.VERSION }}
0 commit comments