mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-15 18:08:17 -07:00
Keep exact sdk version in package.json
This commit is contained in:
parent
655cfbe3ca
commit
d70b4f7979
1
.github/workflows/update-sdk.yml
vendored
1
.github/workflows/update-sdk.yml
vendored
@ -33,7 +33,6 @@ jobs:
|
||||
npm i --save @jellyfin/sdk@unstable
|
||||
VERSION=$(jq -r '.dependencies["@jellyfin/sdk"]' package.json)
|
||||
echo "JF_SDK_VERSION=${VERSION}" >> $GITHUB_ENV
|
||||
git checkout package.json
|
||||
|
||||
- name: Open a pull request
|
||||
uses: peter-evans/create-pull-request@v6
|
||||
|
Loading…
Reference in New Issue
Block a user