Skip to content

Commit fbb8688

Browse files
committed
Small CI update
1 parent 41b8208 commit fbb8688

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
push:
55
tags:
6-
- '*.*.*'
6+
- '*.*.*.*'
77

88
jobs:
99
build_natives:
@@ -27,10 +27,10 @@ jobs:
2727
large-packages: true
2828
docker-images: true
2929
swap-storage: true
30-
- uses: actions/checkout@v3
31-
- uses: actions/setup-java@v3
30+
- uses: actions/checkout@v4
31+
- uses: actions/setup-java@v4
3232
with:
33-
distribution: 'adopt'
33+
distribution: 'temurin'
3434
java-version: 11
3535
java-package: jdk
3636
cache: 'maven'

0 commit comments

Comments
 (0)