Skip to content

Commit

Permalink
Small CI update
Browse files Browse the repository at this point in the history
  • Loading branch information
Willena committed Jan 21, 2024
1 parent 41b8208 commit fbb8688
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
push:
tags:
- '*.*.*'
- '*.*.*.*'

jobs:
build_natives:
Expand All @@ -27,10 +27,10 @@ jobs:
large-packages: true
docker-images: true
swap-storage: true
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'adopt'
distribution: 'temurin'
java-version: 11
java-package: jdk
cache: 'maven'
Expand Down

0 comments on commit fbb8688

Please sign in to comment.