We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc781c1 commit 77e68b8Copy full SHA for 77e68b8
.rultor.yml
@@ -11,7 +11,8 @@ decrypt:
11
release:
12
pre: false
13
script: |-
14
- chmod 600 /home/r/*
+ chmod 600 /home/r/pubring.gpg
15
+ chmod 600 /home/r/secring.gpg
16
mvn versions:set "-DnewVersion=${tag}"
17
git commit -am "${tag}"
18
mvn clean deploy -Prelease --settings /home/r/settings.xml
0 commit comments