[3] update tag action

This commit is contained in:
meisnate12 2024-04-25 02:46:09 -04:00
parent afc3771c67
commit 569604ce1d
4 changed files with 9 additions and 10 deletions

View file

@ -1,12 +1,11 @@
name: Tag
name: Tag New Version
on:
push:
branches: [ master ]
jobs:
tag-new-versions:
tag:
runs-on: ubuntu-latest
steps:
@ -15,7 +14,7 @@ jobs:
token: ${{ secrets.PAT }}
fetch-depth: 2
- uses: salsify/action-detect-and-tag-new-version@v1.0.3
- uses: Kometa-Team/tag-new-version@master
with:
version-command: |
cat VERSION
cat VERSION

View file

@ -1,10 +1,10 @@
# Plex Meta Manager is now rebranded as Kometa!
# Requirements Update (requirements will need to be reinstalled)
Updated arrapi requirement to 1.4.11
Updated arrapi requirement to 1.4.13
Updated PlexAPI requirement to 4.15.12
Updated setuptools requirement to 69.5.1
Updated tmdbapis requirement to 1.2.14
Updated tmdbapis requirement to 1.2.16
# Removed Features

View file

@ -1 +1 @@
1.21.1-develop2
1.21.1-develop3

View file

@ -1,4 +1,4 @@
arrapi==1.4.11
arrapi==1.4.13
GitPython==3.1.43
lxml==5.2.1
num2words==0.5.13
@ -13,4 +13,4 @@ retrying==1.3.4
ruamel.yaml==0.18.6
schedule==1.2.1
setuptools==69.5.1
tmdbapis==1.2.14
tmdbapis==1.2.16