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 2412907 commit 9015701
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ jobs:
# run: mvn --batch-mode release:perform
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Set Version
# run: mvn versions:set -DnewVersion=${{ github.event.inputs.version }} -B
- name: Set Version
run: mvn versions:set -DnewVersion=${{ github.event.inputs.version }} -B
- name: Install
run: mvn install
- name: Deploy
run: mvn -s .github/workflows/m2/settings.xml deploy -DskipTests -B -X
env:
Expand Down

0 comments on commit 9015701

Please sign in to comment.