Skip to content

Commit

Permalink
[*] hub
Browse files Browse the repository at this point in the history
  • Loading branch information
acgist committed Dec 29, 2023
1 parent 5525069 commit aff90a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'oracle'
distribution: 'zulu'
java-version: 17
- name: Build with Maven
run: mvn clean package -P release -D gpg.skip=true -D maven.test.skip=true -B -V --file pom.xml
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,14 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'oracle'
distribution: 'zulu'
java-version: 17
- name: Build with Maven
run: mvn clean package -P release -D gpg.skip=true -D maven.test.skip=true -B -V --file pom.xml
- name: Set up HUB
uses: geertvdc/setup-hub@master
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
- name: Package Snail
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit aff90a1

Please sign in to comment.