Skip to content

Commit dbaa082

Browse files
authored
Update build.yml
1 parent 3d053a2 commit dbaa082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: echo "::set-env name=DEPLOY_PACKAGE::true"
3838

3939
- name: Publish to npm
40-
#if: env.DEPLOY_PACKAGE == 'true'
40+
if: env.DEPLOY_PACKAGE == 'true'
4141
run: npm pack && npm publish --access public
4242
env:
4343
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)