Skip to content

Commit be70f42

Browse files
authored
Update update-release.yaml
1 parent 500069b commit be70f42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Get latest release branch
1313
id: detect_branch
1414
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)
15+
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)
1616
echo "target_branch=${TARGET_BRANCH}" >> $GITHUB_OUTPUT
1717
1818
- run: |

0 commit comments

Comments
 (0)