Skip to content

Commit

Permalink
Add gpg signing to rultor RELEASE script
Browse files Browse the repository at this point in the history
  • Loading branch information
gvlasov committed Jun 23, 2015
1 parent 6552800 commit 00413cb
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 @@ -11,7 +11,7 @@ release:
script: |
mvn versions:set "-DnewVersion=${tag}"
git commit -am "${tag}"
mvn clean deploy --settings /home/r/settings.xml -Psonatype
mvn clean deploy --settings /home/r/settings.xml -Psonatype -Pjcabi-gpg
commanders:
- suseika
deploy:
Expand Down

0 comments on commit 00413cb

Please sign in to comment.