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.
2 parents 09fb636 + 320d245 commit 45bfadeCopy full SHA for 45bfade
.github/workflows/on-close-pr.yml
@@ -57,6 +57,12 @@ jobs:
57
name: Release ${{ steps.tag_version.outputs.new_tag }}
58
makeLatest: true
59
body: ${{ steps.tag_version.outputs.changelog }}
60
+ - name: Build
61
+ run: npm run build
62
+ - name: Publish packages to NPM
63
+ run: npm run publish-all
64
+ env:
65
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
66
- name: Delete branch
67
uses: dawidd6/action-delete-branch@v3
68
with:
.github/workflows/on-create-release.yml
0 commit comments