Skip to content

Commit 1a6a85c

Browse files
authored
Merge pull request #701 from CommunityToolkit/fix/scheduled-releases/remote-branch-ref
Use remote branch reference in scheduled-releases workflow
2 parents f33057f + 24fc4dd commit 1a6a85c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scheduled-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
shell: pwsh
3333
run: |
3434
# Check if there are commits between rel/weekly and main
35-
$commitCount = git rev-list --count rel/weekly..main
35+
$commitCount = git rev-list --count origin/rel/weekly..main
3636
echo "HAS_NEW_COMMITS=$($commitCount -gt 0)" >> $env:GITHUB_ENV
3737
3838
- name: Create weekly release PR

0 commit comments

Comments
 (0)