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 16b3db7 commit 5bc46efCopy full SHA for 5bc46ef
.github/workflows/publish.yml
@@ -86,7 +86,7 @@ jobs:
86
- name: Publish to npm
87
run: |
88
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 }}
+ cd ${{ github.workspace }}/packages/b2c-cli && npm publish --provenance --tag ${{ steps.release-type.outputs.tag }}
90
# cd packages/b2c-dx-mcp && npm publish --provenance --tag ${{ steps.release-type.outputs.tag }}
91
92
# - name: Extract changelog for release
0 commit comments