Update bump_version.yml

This commit is contained in:
Luke Hagar
2023-04-07 09:58:37 -05:00
committed by GitHub
parent 1536e4e888
commit 76726427e2

View File

@@ -62,7 +62,6 @@ jobs:
if: steps.updateVersion.outcome == 'success' if: steps.updateVersion.outcome == 'success'
run: | run: |
LATEST_TAG=$(git describe --tags `git rev-list --tags --max-count=1`) LATEST_TAG=$(git describe --tags `git rev-list --tags --max-count=1`)
cd sdk-output
jq '.version = "${{ github.event.inputs.version }}"' package.json > package.json.tmp && mv package.json.tmp package.json jq '.version = "${{ github.event.inputs.version }}"' package.json > package.json.tmp && mv package.json.tmp package.json
- name: Build TS SDK - name: Build TS SDK