Skip to content

Commit 88acc18

Browse files
committed
fix: correct version output reference in npm publish workflow
1 parent 0c426f0 commit 88acc18

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
@@ -37,7 +37,7 @@ jobs:
3737
environment: ${{ github.event.inputs.target }}
3838
working-directory: packages/sdk
3939
tag: ${{ github.event.inputs.tag }}
40-
version: ${{ steps.set-publish-version.outputs.NIGHTLY_VERSION }} || ''
40+
version: ${{ needs.set-publish-version.outputs.NIGHTLY_VERSION }} || ''
4141
install-command: |
4242
npm ci
4343
npm run codegen

0 commit comments

Comments
 (0)