Skip to content

Commit

Permalink
Fix GitHub action.
Browse files Browse the repository at this point in the history
  • Loading branch information
NawaMan committed Jul 5, 2023
1 parent 563def4 commit bee6530
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -36,6 +36,12 @@ jobs:
}
]
- name: Setup settings-security.xml
run: >
echo "<settingsSecurity>" > ~/.m2/settings-security.xml
echo " <master>${{ secrets.GPG_MASTER_PASSWORD }}</master>" >> ~/.m2/settings-security.xml
echo "</settingsSecurity>" >> ~/.m2/settings-security.xml
- name: Publish package
env:
NEXUS2_USERNAME: ${{ secrets.NEXUS2_USERNAME }}
Expand Down

0 comments on commit bee6530

Please sign in to comment.