Skip to content

Commit c822e63

Browse files
committed
Set credentials for package releasing
1 parent e27de10 commit c822e63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
- name: Publish artifacts
2323
run: ./gradlew publish -x check
2424
env:
25-
NEXUS_PASSWORD: ${{ GITHUB_ACTOR }}
26-
NEXUS_USER: ${{ secrets.GITHUB_TOKEN }}
25+
NEXUS_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
26+
NEXUS_USER: ""
2727

0 commit comments

Comments
 (0)