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 260d4a8 commit 4b3fea2Copy full SHA for 4b3fea2
.github/workflows/weekly-release-bump.yaml
@@ -21,6 +21,11 @@ jobs:
21
echo "Detected latest release branch: $latest_branch"
22
echo "branch=$latest_branch" >> $GITHUB_OUTPUT
23
24
+ - uses: actions/checkout@v4
25
+ with:
26
+ ref: ${{ steps.find-branch.outputs.branch }}
27
+ token: ${{ secrets.PAT }}
28
+
29
- name: Run patch bump script and push
30
run: |
31
git checkout ${{ steps.find-branch.outputs.branch }}
0 commit comments