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 e9858e0 commit 3e8b77dCopy full SHA for 3e8b77d
.rultor.yml
@@ -14,7 +14,7 @@ release:
14
mkdir /home/r/gpg
15
mv /home/r/pubring.gpg /home/r/gpg/pubring.gpg
16
mv /home/r/secring.gpg /home/r/gpg/secring.gpg
17
- chmod -R 600 /home/r/gpg
+ sudo chmod -R 600 /home/r/gpg
18
mvn versions:set "-DnewVersion=${tag}"
19
git commit -am "${tag}"
20
mvn clean deploy -Prelease --settings /home/r/settings.xml
0 commit comments