We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66744df commit 20a3c53Copy full SHA for 20a3c53
.circleci/config.yml
.circleci/settings.xml
.github/actions/setup-maven/action.yml
@@ -30,4 +30,5 @@ runs:
30
mkdir -p $HOME/.m2
31
cp .github/settings.xml $HOME/.m2/settings.xml
32
sed -i "s|\${OSSRH_USERNAME}|${{ inputs.ossrh-username }}|g" $HOME/.m2/settings.xml
33
- sed -i "s|\${OSSRH_PASSWORD}|${{ inputs.ossrh-password }}|g" $HOME/.m2/settings.xml
+ sed -i "s|\${OSSRH_PASSWORD}|${{ inputs.ossrh-password }}|g" $HOME/.m2/settings.xml
34
+ cat $HOME/.m2/settings.xml
.github/workflows/deploy.yml
@@ -29,6 +29,7 @@ jobs:
29
run: |
./gen-gpg-key.sh
sed -i "s/\${GPG_PASSPHRASE}/$GPG_PASSPHRASE/g" ./pom.xml
+ cat ./pom.xml
name: Generate GPG key
- name: Deploy
35
run: mvn deploy -Prelease -X
0 commit comments