There was an error while loading. Please reload this page.
1 parent 500069b commit be70f42Copy full SHA for be70f42
1 file changed
.github/workflows/update-release.yaml
@@ -12,7 +12,7 @@ jobs:
12
- name: Get latest release branch
13
id: detect_branch
14
run: |
15
- TARGET_BRANCH=$(git ls-remote --heads https://github.com/deepin-community/linyaps | grep 'release/[0-9]\.' | awk -F'/' '{print $NF}' | sort -V | tail -n 1)
+ TARGET_BRANCH=$(git ls-remote --heads https://github.com/deepin-community/linyaps-box | grep 'release/[0-9]\.' | awk -F'/' '{print $NF}' | sort -V | tail -n 1)
16
echo "target_branch=${TARGET_BRANCH}" >> $GITHUB_OUTPUT
17
18
- run: |
0 commit comments