We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe1fb1 commit 0d9e444Copy full SHA for 0d9e444
.github/workflows/ci.yml
@@ -69,6 +69,9 @@ jobs:
69
${{ runner.os }}-gradle-
70
- name: Build and publish artifacts
71
run: ./gradlew :native:publish
72
+ env:
73
+ MAVEN_USER: ${{ secrets.MAVEN_USER }}
74
+ MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
75
- name: Upload build artifacts
76
uses: actions/upload-artifact@v4
77
with:
0 commit comments