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 bee6530 commit 5747127
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Expand Up @@ -36,12 +36,6 @@ 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
4 changes: 4 additions & 0 deletions pom.xml
Expand Up @@ -194,6 +194,10 @@
<configuration>
<keyname>${gpg.keyname}</keyname>
<passphrase>${env.NAWAMAN_SIGNING_PASSWORD}</passphrase>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 5747127

Please sign in to comment.