Skip to content

Commit

Permalink
ci(rultor): include gpg signature step
Browse files Browse the repository at this point in the history
  • Loading branch information
baudoliver7 committed May 31, 2022
1 parent 84acf47 commit 283b6bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .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

0 comments on commit 283b6bd

Please sign in to comment.