Skip to content

Commit

Permalink
Update workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 14, 2024
1 parent cc24d9d commit d43c936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@ exec mvn \
-Dio7m.deployment=true \
--batch-mode \
--strict-checksums \
-Denforcer.skip=true \
-DskipTests=true \
-DskipITs=true deploy
1 change: 1 addition & 0 deletions .github/workflows/deploy-snapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@ EOF
exec mvn \
--batch-mode \
--strict-checksums \
-Denforcer.skip=true \
-DskipTests=true \
-DskipITs=true deploy

0 comments on commit d43c936

Please sign in to comment.