Skip to content

Commit

Permalink
Updated snapshots action
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocatalao committed May 2, 2023
1 parent 02ce830 commit f081a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ jobs:
mvn versions:set-property -Dproperty=assimbly.version -DnewVersion=${VERSION}
- name: Publish package
run: mvn --batch-mode deploy
run: mvn --batch-mode deploy -DskipTests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f081a3e

Please sign in to comment.