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.
2 parents f33057f + 24fc4dd commit 1a6a85cCopy full SHA for 1a6a85c
.github/workflows/scheduled-releases.yml
@@ -32,7 +32,7 @@ jobs:
32
shell: pwsh
33
run: |
34
# Check if there are commits between rel/weekly and main
35
- $commitCount = git rev-list --count rel/weekly..main
+ $commitCount = git rev-list --count origin/rel/weekly..main
36
echo "HAS_NEW_COMMITS=$($commitCount -gt 0)" >> $env:GITHUB_ENV
37
38
- name: Create weekly release PR
0 commit comments