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 4a978c7 commit 10a4e38Copy full SHA for 10a4e38
.github/workflows/build.yml
@@ -102,5 +102,6 @@ jobs:
102
run: Set-Content -Path '.npmrc' -Value "${{ secrets.NPMJS_NPMRC }}"
103
104
- name: Publish npm package to Npmjs package registry
105
+ if: github.event_name == 'release' && github.event.action == 'created'
106
shell: pwsh
107
run: npm publish "$((Resolve-Path packages/*.tgz).Path)" --access public --registry https://registry.npmjs.org/
0 commit comments