mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
Update bump_version.yml
This commit is contained in:
1
.github/workflows/bump_version.yml
vendored
1
.github/workflows/bump_version.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user