Skip to content

Commit

Permalink
build(release): sign build
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Romero Montes <[email protected]>
  • Loading branch information
ruromero committed Nov 15, 2023
1 parent 6ec4489 commit 57ff0ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perform_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ print_message() {
remove_snapshot() {
print_message "Removing snapshot from pom"
mvn -B versions:set -DremoveSnapshot -DgenerateBackupPoms=false
mvn -B clean package -Prelease -Psigned
mvn clean package -Prelease -Psigned
}

git_push() {
Expand Down Expand Up @@ -56,7 +56,7 @@ perform_release() {
git_tag

next_version ${1:-}
mvn -B clean verify -Prelease -Psigned
mvn clean verify -Prelease -Psigned
git_commit "updated next development version"
}

Expand Down

0 comments on commit 57ff0ad

Please sign in to comment.