Skip to content

Commit 3396859

Browse files
committed
fix: set working directory for nightly versioning in npm publish workflow
1 parent c9eed88 commit 3396859

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Set publish version
2525
id: set-publish-version
2626
if: github.event.inputs.tag == 'nightly'
27+
working-directory: packages/sdk
2728
run: |
2829
CURRENT_VERSION=$(npm pkg get version | tr -d '"')
2930
NIGHTLY_VERSION="${CURRENT_VERSION}-nightly-${GITHUB_SHA::7}"

0 commit comments

Comments
 (0)