Skip to content

Commit

Permalink
remove step to configure settings-security
Browse files Browse the repository at this point in the history
  • Loading branch information
CarolineHickey committed Feb 1, 2023
1 parent 8636d1b commit 37ba9e8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
gpg-passphrase: GPG_PASSPHRASE
- run : |
cat <(echo -e "${{ secrets.OSSRH_GPG_SECRET_KEY }}") | gpg --batch --import
- run : |
mkdir -p ~/.m2
echo "<settingsSecurity><master>$(mvn --encrypt-master-password "${{env.OSSRH_PASSWORD}}")</master></settingsSecurity>" > ~/.m2/settings-security.xml
echo -e "${{env.GPG_SECRET_KEY}}" | gpg --batch --import
- run : |
VERSION="${GITHUB_REF#refs/*/}" make release
Expand Down

0 comments on commit 37ba9e8

Please sign in to comment.