Skip to content

Commit c8094a5

Browse files
authored
Checkout ref on release (#821)
1 parent 8b63825 commit c8094a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
name: Build with JDK ${{ matrix.java }} on ${{ matrix.architecture }}
1717
steps:
1818
- uses: actions/checkout@v4
19+
with:
20+
ref: ${{ github.event.inputs.release-tag }}
21+
1922
- name: Setup JDK
2023
uses: actions/setup-java@v4
2124
with:

0 commit comments

Comments
 (0)