Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrytfleung committed Jun 11, 2024
1 parent ca7f704 commit 598143d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
- uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'

distribution: 'adopt'
- name: Set Version
run: mvn versions:set -DnewVersion=${{ github.event.inputs.version }} -B
- name: Build with Maven
run: mvn -B package --file pom.xml

- name: Publish to GitHub Packages Apache Maven
run: mvn deploy
env:
Expand Down

0 comments on commit 598143d

Please sign in to comment.