Skip to content

Commit f9c9975

Browse files
committed
Add settings-path for JDK setup to the release workflow
1 parent 62ac1ab commit f9c9975

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
server-id: ossrh
5353
server-username: NEXUS_USERNAME
5454
server-password: NEXUS_PASSWORD
55+
settings-path: ${{ github.workspace }}/.github/workflows
5556
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
5657
gpg-passphrase: GPG_PASSPHRASE
5758

0 commit comments

Comments
 (0)