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.
2 parents 9cb3b48 + 5a74743 commit dfb8682Copy full SHA for dfb8682
.github/workflows/sdk-publish-npm.yml
@@ -35,6 +35,8 @@ jobs:
35
- name: Set publish version
36
id: set-publish-version
37
run: |
38
+ BRANCH=$(echo "${{ github.ref_name }}" | sed 's|/|-|g')
39
+ COMMIT_SHA="${{ github.sha }}"
40
CURRENT_VERSION=$(npm pkg get version | tr -d '"')
41
TAG="${{ github.event.inputs.tag || 'nightly' }}"
42
# For nightly tag, append commit SHA to version
0 commit comments