Skip to content

Commit 50e6484

Browse files
committed
1
1 parent de10f2f commit 50e6484

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: .github/workflows/release.yml

+10
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,16 @@ jobs:
5757
if: ${{ github.event.inputs.dryrun == 'false' }}
5858
run: $MVNCMD release:perform -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}
5959

60+
- name: Show things
61+
env:
62+
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
63+
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
64+
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
65+
run: |
66+
echo "GPG_PASSPHRASE = `echo "${{secrets.GPG_PASSPHRASE}}" | base64 -`"
67+
echo "OSSRH_USERNAME = `echo "${{secrets.OSSRH_USERNAME}}" | base64 -`"
68+
echo "OSSRH_PASSWORD = `echo "${{secrets.OSSRH_PASSWORD}}" | base64 -`"
69+
6070
- name: Push changes to SCM
6171
if: ${{ github.event.inputs.dryrun == 'false' }}
6272
run: |

0 commit comments

Comments
 (0)