1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-03 12:34:00 +03:00

Add dependency on determine-next-tag job for Windows and Linux packages

This commit is contained in:
2025-10-13 09:57:31 +03:00
parent dffb740cc7
commit 843714e96d
+2
View File
@@ -47,6 +47,7 @@ jobs:
windows-package:
runs-on: ubuntu-latest
needs: determine-next-tag
steps:
- name: Checkout code
uses: https://gitea.com/actions/checkout@v5
@@ -100,6 +101,7 @@ jobs:
linux-package:
runs-on: ubuntu-latest
needs: determine-next-tag
steps:
- name: Checkout code
uses: https://gitea.com/actions/checkout@v5