Skip to content

Commit

Permalink
update release workflow (#1633)
Browse files Browse the repository at this point in the history
  • Loading branch information
EddeCCC authored Dec 13, 2023
1 parent 81933ec commit 4087b41
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Java
uses: actions/setup-java@v3
with:
java-version: 17 # Spring 3 needs at least java 17
distribution: temurin
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Scan dependencies
Expand Down Expand Up @@ -68,6 +73,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Java
uses: actions/setup-java@v3
with:
java-version: 17 # Spring 3 needs at least java 17
distribution: temurin
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build Docker Images
Expand Down

0 comments on commit 4087b41

Please sign in to comment.