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 3396859 commit ca7c8caCopy full SHA for ca7c8ca
.github/workflows/publish-npm-sdk.yml
@@ -42,7 +42,7 @@ jobs:
42
environment: ${{ github.event.inputs.target }}
43
working-directory: packages/sdk
44
tag: ${{ github.event.inputs.tag }}
45
- version: ${{ needs.set-publish-version.outputs.NIGHTLY_VERSION }} || ''
+ version: ${{ needs.set-publish-version.outputs.NIGHTLY_VERSION }}
46
install-command: |
47
npm ci
48
npm run codegen
0 commit comments