Skip to content

Commit

Permalink
Update .rultor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaLisov committed Apr 15, 2024
1 parent b771585 commit 9d1a222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ release:
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
mvn versions:set "-DnewVersion=${tag}"
git commit -am "${tag}"
mvn clean deploy -P release -DskipTests=true --errors --settings ../settings.xml
mvn clean deploy -DskipTests -P release --errors --settings ../settings.xml

0 comments on commit 9d1a222

Please sign in to comment.