Skip to content

Commit

Permalink
Merge pull request #1125 from baudoliver7/run_gpg
Browse files Browse the repository at this point in the history
ci(rultor): include gpg signature step
  • Loading branch information
yegor256 authored Jun 1, 2022
2 parents 84acf47 + ae6e7bc commit 55df438
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ deploy:
mvn clean
release:
script: |-
[[ "${tag}" =~ ^[0-9]+(\.[0-9]+)*$ ]] || exit -1
gpg --import /home/r/pubring.gpg
gpg --allow-secret-key-import --no-tty --batch --import /home/r/secring.gpg
mvn versions:set "-DnewVersion=${tag}"
git commit -am "${tag}"
mvn clean deploy -Psonatype -Pqulice -Dinvoker.skip --errors --settings ../settings.xml
mvn clean deploy -Ptakes -Psonatype -Pqulice -Dinvoker.skip --errors --settings ../settings.xml

0 comments on commit 55df438

Please sign in to comment.