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 04616c7 commit 808db46Copy full SHA for 808db46
.rultor.yml
@@ -9,9 +9,10 @@ decrypt:
9
release:
10
pre: false
11
script: |-
12
- cp ../pubring.gpg /home/r/.gnupg/pubringring.gpg
+ cp ../pubring.gpg /home/r/.gnupg/pubring.gpg
13
cp ../secring.gpg /home/r/.gnupg/secring.gpg
14
- chmod -R 600 /home/r/.gnupg
+ chmod 600 /home/r/.gnupg/pubring.gpg
15
+ chmod 600 /home/r/.gnupg/secring.gpg
16
mvn -Prelease versions:set "-DnewVersion=${tag}"
17
git commit -am "${tag}"
18
mvn clean deploy -Prelease --settings /home/r/settings.xml
0 commit comments