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 f06d3fb commit a89aa80Copy full SHA for a89aa80
.github/workflows/release.yml
@@ -131,6 +131,7 @@ jobs:
131
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
132
MAVEN_SETTINGS: ${{ secrets.MAVEN_SETTINGS }}
133
run: |
134
+ mkdir -p /etc/gpg
135
echo -n "$GPG_PUBLIC_KEY" > /etc/gpg/public-key
136
echo -n "$GPG_PRIVATE_KEY" > /etc/gpg/private-key
137
echo -n "$MAVEN_SETTINGS" > /root/.m2/settings.xml
0 commit comments