Skip to content

Commit 75f5c84

Browse files
authored
Fix create release (#1134)
* Fix and verify create-release Signed-off-by: Artur Souza <[email protected]> * With good YAML this time Signed-off-by: Artur Souza <[email protected]> --------- Signed-off-by: Artur Souza <[email protected]> Signed-off-by: Artur Souza <[email protected]>
1 parent ccb4141 commit 75f5c84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
run: |
3737
sudo apt-get update
3838
sudo apt-get install pcre2-utils
39+
- name: Set up OpenJDK ${{ env.JDK_VER }}
3940
uses: actions/setup-java@v4
4041
with:
4142
distribution: 'adopt'

0 commit comments

Comments
 (0)