Skip to content

Commit 5bc46ef

Browse files
committed
testing b2c-cli publishing nightly
1 parent 16b3db7 commit 5bc46ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Publish to npm
8787
run: |
8888
cd packages/b2c-tooling-sdk && npm publish --provenance --tag ${{ steps.release-type.outputs.tag }}
89-
# cd packages/b2c-cli && npm publish --provenance --tag ${{ steps.release-type.outputs.tag }}
89+
cd ${{ github.workspace }}/packages/b2c-cli && npm publish --provenance --tag ${{ steps.release-type.outputs.tag }}
9090
# cd packages/b2c-dx-mcp && npm publish --provenance --tag ${{ steps.release-type.outputs.tag }}
9191
9292
# - name: Extract changelog for release

0 commit comments

Comments
 (0)