Skip to content

Commit eddbb2f

Browse files
committed
feat: Correctly pull OSSRH username/pass
1 parent 532e145 commit eddbb2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/jnigen.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ jobs:
102102
publish:
103103
runs-on: ubuntu-latest
104104
needs: [build-linux, build-mac]
105+
env:
106+
ORG_GRADLE_PROJECT_MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
107+
ORG_GRADLE_PROJECT_MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
105108
steps:
106109
- uses: actions/checkout@v4
107110
with:

0 commit comments

Comments
 (0)