Skip to content

Commit

Permalink
#1877 heroku netrc
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 28, 2024
1 parent 84ebcf3 commit c7545b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ docker:
readers:
- "urn:github:526301"
assets:
netrc: yegor256/home#assets/heroku-netrc
secring.gpg: yegor256/home#assets/secring.gpg
settings.xml: yegor256/home#assets/rultor/settings.xml
pubring.gpg: yegor256/home#assets/pubring.gpg
Expand All @@ -20,6 +21,7 @@ release:
sensitive:
- settings.xml
script: |-
mv ../netrc ~/.netrc
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
echo "Author of the request: ${author}"
mvn versions:set "-DnewVersion=${tag}" --quiet
Expand Down

0 comments on commit c7545b5

Please sign in to comment.