Skip to content

Commit a948c22

Browse files
committed
ci: fix version bump (coauthored by Gemini)
1 parent 16d83d0 commit a948c22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ jobs:
9292
steps:
9393
- name: Checkout Branch
9494
uses: actions/checkout@v6
95+
with:
96+
ref: ${{ github.event.release.target_commitish }}
9597

9698
- name: Setup Java
9799
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)