diff options
| author | 2023-11-28 09:38:33 +0100 | |
|---|---|---|
| committer | 2023-11-28 09:38:33 +0100 | |
| commit | 5df82c380955b452e5096ab9a4f1e66afc9bd18a (patch) | |
| tree | e3a5a6d2006787f2668e47bca34fb46beb40250c /.github/workflows/release.yml | |
| parent | Fix checkstyle (diff) | |
| parent | Update deps (#535) (diff) | |
| download | enigma-5df82c380955b452e5096ab9a4f1e66afc9bd18a.tar.gz enigma-5df82c380955b452e5096ab9a4f1e66afc9bd18a.tar.xz enigma-5df82c380955b452e5096ab9a4f1e66afc9bd18a.zip | |
Merge branch 'upstream' into mapping-io
Diffstat (limited to '.github/workflows/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87fd901a..5a5d0b4b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml | |||
| @@ -4,10 +4,10 @@ jobs: | |||
| 4 | build: | 4 | build: |
| 5 | runs-on: ubuntu-22.04 | 5 | runs-on: ubuntu-22.04 |
| 6 | container: | 6 | container: |
| 7 | image: eclipse-temurin:19-jdk | 7 | image: mcr.microsoft.com/openjdk/jdk:21-ubuntu |
| 8 | options: --user root | 8 | options: --user root |
| 9 | steps: | 9 | steps: |
| 10 | - uses: actions/checkout@v3 | 10 | - uses: actions/checkout@v4 |
| 11 | - run: ./gradlew checkVersion build publish --stacktrace | 11 | - run: ./gradlew checkVersion build publish --stacktrace |
| 12 | env: | 12 | env: |
| 13 | MAVEN_URL: ${{ secrets.MAVEN_URL }} | 13 | MAVEN_URL: ${{ secrets.MAVEN_URL }} |