Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrytfleung committed Jun 10, 2024
1 parent 44ecd78 commit a1726f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set Version
run: mvn versions:set -DnewVersion=${{ github.event.inputs.version }} -B
- name: Deploy
run: mvn deploy -B
run: mvn deploy -DskipTests -B
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Figure out the project version from pom.xml
Expand Down

0 comments on commit a1726f8

Please sign in to comment.