Skip to content

Commit 5aa5752

Browse files
committed
add nexus credentials
1 parent a81e3f7 commit 5aa5752

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
env:
3131
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
3232
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
33+
NEXUS_USER: ${{ secrets.NEXUS_RELEASE_USER }}
34+
NEXUS_PASS: ${{ secrets.NEXUS_RELEASE_PASSWORD }}
3335
run: |
3436
./gradlew publishReleasePublicationToMavenRepository -DLIBRARY_VERSION=${{ github.event.release.tag_name }}
3537
cd include-build

0 commit comments

Comments
 (0)