Skip to content

Commit 7d3c356

Browse files
Disable the if conditional for test
Signed-off-by: Xavier Geerinck <[email protected]>
1 parent b61386f commit 7d3c356

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
@@ -57,7 +57,7 @@ jobs:
5757
run: echo "DEPLOY_PACKAGE=true" >> $GITHUB_ENV
5858

5959
- name: Publish to npm
60-
if: env.DEPLOY_PACKAGE == 'true'
60+
# if: env.DEPLOY_PACKAGE == 'true'
6161
run: npm run build && npm pack && npm publish build/ --access public
6262
env:
6363
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)