We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd9bc5 commit bce7211Copy full SHA for bce7211
.github/workflows/tag.yml
@@ -14,7 +14,7 @@ jobs:
14
token: ${{ secrets.PAT }}
15
fetch-depth: 2
16
17
- - uses: salsify/action-detect-and-tag-new-version@v1.0.3
+ - uses: Kometa-Team/tag-new-version@master
18
with:
19
version-command: |
20
cat VERSION
requirements.txt
@@ -6,5 +6,5 @@ PlexAPI==4.15.12
6
kometautils==0.3.4
7
requests==2.31.0
8
retrying==1.3.4
9
-tmdbapis==1.2.14
+tmdbapis==1.2.15
10
tqdm==4.66.2
0 commit comments