Skip to content

Commit

Permalink
Update maven-jboss-snapshot-publish.yml
Browse files Browse the repository at this point in the history
Add -DskipItTests=true to deploy run
  • Loading branch information
starksm64 authored Jul 10, 2024
1 parent 1f67b54 commit 5d12ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-jboss-snapshot-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
run: mvn -B package --file pom.xml

- name: Publish to JBoss Nexus Maven Snapshot Repo
run: mvn -s .github/settings.xml deploy -Prelease
run: mvn -s .github/settings.xml deploy -Prelease -DskipItTests=true

0 comments on commit 5d12ff9

Please sign in to comment.