We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64ce24 commit 4cd0f5eCopy full SHA for 4cd0f5e
.github/workflows/auto-release.yml
@@ -20,7 +20,7 @@ jobs:
20
should_release: ${{ steps.check_commits.outputs.has_commits }}
21
steps:
22
- name: Checkout repository
23
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
24
with:
25
fetch-depth: 0 # Fetch all history for proper comparison
26
.github/workflows/release.yml
@@ -163,7 +163,7 @@ jobs:
163
GH_TOKEN: ${{ secrets.PRIVILEGED_GITHUB_TOKEN }}
164
165
- name: Checkout server repository
166
167
168
repository: music-assistant/server
169
token: ${{ secrets.PRIVILEGED_GITHUB_TOKEN }}
0 commit comments