Skip to content

Commit 6ac75e7

Browse files
authored
Update release.yml to checkout code from 1.X.X rather than main
1 parent aa0f881 commit 6ac75e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- name: Check out code
2020
uses: actions/checkout@v4
21+
with:
22+
ref: 1.X.X
2123

2224
- name: Set up JDK 11 from GraalVM
2325
run: |
@@ -56,4 +58,4 @@ jobs:
5658
body: ${{ steps.gen_changelog.outputs.changelog }}
5759
prerelease: true
5860
env:
59-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)