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 0c426f0 commit 88acc18Copy full SHA for 88acc18
.github/workflows/publish-npm-sdk.yml
@@ -37,7 +37,7 @@ jobs:
37
environment: ${{ github.event.inputs.target }}
38
working-directory: packages/sdk
39
tag: ${{ github.event.inputs.tag }}
40
- version: ${{ steps.set-publish-version.outputs.NIGHTLY_VERSION }} || ''
+ version: ${{ needs.set-publish-version.outputs.NIGHTLY_VERSION }} || ''
41
install-command: |
42
npm ci
43
npm run codegen
0 commit comments