Skip to content

Commit 142312f

Browse files
Add java-version as an input to the release workflow
1 parent c1865d9 commit 142312f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs:
2121
with:
2222
release-version: ${{ github.event.inputs.release-version }}
2323
next-version: ${{ github.event.inputs.next-version }}
24+
java-version: ${{ github.event.inputs.java-version }}

0 commit comments

Comments
 (0)