We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a4267 commit 85125dcCopy full SHA for 85125dc
.github/workflows/gradle.yml
@@ -24,6 +24,8 @@ jobs:
24
- run: chmod +x ./gradlew
25
- name: Build with Gradle
26
run: ./gradlew build
27
+ env:
28
+ MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
29
- name: Upload Build Artifacts forge
30
uses: actions/upload-artifact@v4
31
with:
0 commit comments