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 3d053a2 commit dbaa082Copy full SHA for dbaa082
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
run: echo "::set-env name=DEPLOY_PACKAGE::true"
38
39
- name: Publish to npm
40
- #if: env.DEPLOY_PACKAGE == 'true'
+ if: env.DEPLOY_PACKAGE == 'true'
41
run: npm pack && npm publish --access public
42
env:
43
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments