Skip to content

Commit 5cc1655

Browse files
authored
Update release.yml
1 parent dfdba9d commit 5cc1655

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88

99
if: github.actor == github.event.repository.owner.login
1010

11+
env:
12+
MAVEN_REPO_USERNAME: ${{ secrets.nexus_username }}
13+
MAVEN_REPO_PASSWORD: ${{ secrets.nexus_password }}
1114
steps:
1215
- uses: actions/checkout@v2
1316
with:

0 commit comments

Comments
 (0)