Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyunabc committed Aug 26, 2022
1 parent b269ba5 commit 6d2d78d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [8]
steps:
- uses: actions/checkout@v2
- name: Setup java
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
java-version: '8'
distribution: 'adopt'
- name: Build with Maven
run: mvn clean package -P full

Expand Down

0 comments on commit 6d2d78d

Please sign in to comment.