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'
run: |
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
- name: Build TS SDK
@@ -84,4 +83,4 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Bump version to ${{ github.event.inputs.version }}
tagging_message: ${{ github.event.inputs.version }}
tagging_message: ${{ github.event.inputs.version }}