Skip to content

Commit

Permalink
skip compile og test ved deploy siden det akkurat er gjort i steget over
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-olaveide committed Feb 18, 2022
1 parent 44d4f05 commit a308ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
run: |
git config user.email "[email protected]"
git config user.name "GitHub Actions release"
mvn --settings .github/settings.xml -Pgithub --batch-mode deploy
mvn --settings .github/settings.xml -Pgithub --batch-mode -Dmaven.main.skip=true -Dmaven.test.skip=true deploy

0 comments on commit a308ad5

Please sign in to comment.