mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[32] Update nightly build action (#2084)
This commit is contained in:
parent
f8155a217d
commit
169afa1196
3 changed files with 3 additions and 3 deletions
2
.github/workflows/version.yml
vendored
2
.github/workflows/version.yml
vendored
|
@ -64,7 +64,7 @@ jobs:
|
||||||
|
|
||||||
- name: Get changes
|
- name: Get changes
|
||||||
id: get-changes
|
id: get-changes
|
||||||
run: echo "files=$(git diff --name-only ${{ github.event.before }} ${{ github.event.after }} | xargs)" >> $GITHUB_OUTPUT
|
run: echo "files=$(git diff --name-only HEAD^ | xargs)" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: List changed files
|
- name: List changed files
|
||||||
id: list-changes
|
id: list-changes
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.0.1-build31
|
2.0.1-build32
|
||||||
|
|
|
@ -8,7 +8,7 @@ PlexAPI==4.15.13
|
||||||
psutil==5.9.8
|
psutil==5.9.8
|
||||||
python-dotenv==1.0.1
|
python-dotenv==1.0.1
|
||||||
python-dateutil==2.9.0.post0
|
python-dateutil==2.9.0.post0
|
||||||
requests==2.32.2
|
requests==2.32.3
|
||||||
retrying==1.3.4
|
retrying==1.3.4
|
||||||
ruamel.yaml==0.18.6
|
ruamel.yaml==0.18.6
|
||||||
schedule==1.2.2
|
schedule==1.2.2
|
||||||
|
|
Loading…
Reference in a new issue