Skip to content

Commit 5febe31

Browse files
committed
Fix checkout
1 parent 5e99baa commit 5febe31

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/prepare-release.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,14 @@ jobs:
158158
needs: [ create-release ]
159159
name: "Create Aggregated JavaDoc PR on Documentation Portal"
160160
runs-on: ubuntu-latest
161+
permissions:
162+
actions: write # needed to trigger the ci-build workflow
163+
statuses: write # needed to update the commit status
161164
steps:
165+
- name: "Checkout repository"
166+
uses: actions/checkout@v5
167+
with:
168+
ref: ${{ needs.bump-version.outputs.release-branch }}
162169
- name: "Trigger workflow (ignore failures)"
163170
uses: ./.github/actions/trigger-workflow
164171
continue-on-error: true

0 commit comments

Comments
 (0)