We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16d83d0 commit a948c22Copy full SHA for a948c22
1 file changed
.github/workflows/release.yml
@@ -92,6 +92,8 @@ jobs:
92
steps:
93
- name: Checkout Branch
94
uses: actions/checkout@v6
95
+ with:
96
+ ref: ${{ github.event.release.target_commitish }}
97
98
- name: Setup Java
99
uses: actions/setup-java@v5
0 commit comments