Skip to content

Commit 77e68b8

Browse files
committed
#33 try just gpg keys
1 parent dc781c1 commit 77e68b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.rultor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ decrypt:
1111
release:
1212
pre: false
1313
script: |-
14-
chmod 600 /home/r/*
14+
chmod 600 /home/r/pubring.gpg
15+
chmod 600 /home/r/secring.gpg
1516
mvn versions:set "-DnewVersion=${tag}"
1617
git commit -am "${tag}"
1718
mvn clean deploy -Prelease --settings /home/r/settings.xml

0 commit comments

Comments
 (0)