Skip to content

Commit 1610547

Browse files
committed
[CI/CD] debug
1 parent d671b83 commit 1610547

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,11 @@ jobs:
4444
4545
# - name: Setup .npmrc for authentication
4646
# run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
47-
47+
- name: Enable Debug Mode
48+
run: echo "ACTIONS_STEP_DEBUG=true" >> $GITHUB_ENV
4849
- name: Publish to npm (only on main branch)
4950
if: github.ref == 'refs/heads/main'
50-
run: yarn workspaces foreach --all --topological --no-private npm publish --access public
51+
# run: yarn workspaces foreach --all --topological --no-private npm publish --access public
52+
run: cd ./packages/main && npm publish --access public
5153
env:
5254
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)