Skip to content

Commit ca7c8ca

Browse files
committed
fix: remove fallback for NIGHTLY_VERSION in npm publish workflow
1 parent 3396859 commit ca7c8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
environment: ${{ github.event.inputs.target }}
4343
working-directory: packages/sdk
4444
tag: ${{ github.event.inputs.tag }}
45-
version: ${{ needs.set-publish-version.outputs.NIGHTLY_VERSION }} || ''
45+
version: ${{ needs.set-publish-version.outputs.NIGHTLY_VERSION }}
4646
install-command: |
4747
npm ci
4848
npm run codegen

0 commit comments

Comments
 (0)