Skip to content

Commit df0c9df

Browse files
committed
Fix checkout
1 parent 5febe31 commit df0c9df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prepare-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,13 +165,13 @@ jobs:
165165
- name: "Checkout repository"
166166
uses: actions/checkout@v5
167167
with:
168-
ref: ${{ needs.bump-version.outputs.release-branch }}
168+
ref: ${{ needs.create-release.outputs.release-name }}
169169
- name: "Trigger workflow (ignore failures)"
170170
uses: ./.github/actions/trigger-workflow
171171
continue-on-error: true
172172
with:
173173
workflow: javadoc.yaml
174-
workflow-ref: ${{ needs.bump-version.outputs.release-branch }}
174+
workflow-ref: javadoc-aggregate-delombok
175175
parameters: -f branch=${{ needs.create-release.outputs.release-name }}
176176

177177
create-release-notes-pr:

0 commit comments

Comments
 (0)