We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ac1ab commit f9c9975Copy full SHA for f9c9975
.github/workflows/release.yml
@@ -52,6 +52,7 @@ jobs:
52
server-id: ossrh
53
server-username: NEXUS_USERNAME
54
server-password: NEXUS_PASSWORD
55
+ settings-path: ${{ github.workspace }}/.github/workflows
56
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
57
gpg-passphrase: GPG_PASSPHRASE
58
0 commit comments