Skip to content

Commit dfb8682

Browse files
Merge remote-tracking branch 'origin/main' into feat/sdk-bulk-processing-support
2 parents 9cb3b48 + 5a74743 commit dfb8682

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
- name: Set publish version
3636
id: set-publish-version
3737
run: |
38+
BRANCH=$(echo "${{ github.ref_name }}" | sed 's|/|-|g')
39+
COMMIT_SHA="${{ github.sha }}"
3840
CURRENT_VERSION=$(npm pkg get version | tr -d '"')
3941
TAG="${{ github.event.inputs.tag || 'nightly' }}"
4042
# For nightly tag, append commit SHA to version

0 commit comments

Comments
 (0)