We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39cb68 commit fcaf3d2Copy full SHA for fcaf3d2
1 file changed
.github/workflows/release-sdk.yml
@@ -96,7 +96,10 @@ jobs:
96
97
- name: Publish Node SDK (dry run)
98
if: ${{ inputs.dry-run }}
99
- run: pnpm --prefix packages/sdk/langs/node publish --access public --tag latest --no-git-checks --dry-run
+ run: |
100
+ echo "Would publish the following Node package:"
101
+ pnpm --prefix packages/sdk/langs/node pack
102
+ ls -la packages/sdk/langs/node/*.tgz
103
104
# ---------------------------------------------------------------
105
# Python SDK
0 commit comments