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 2f10aa4 commit 3475c92Copy full SHA for 3475c92
.github/workflows/build.yml
@@ -36,3 +36,10 @@ jobs:
36
37
- name: Build
38
run: ./gradlew build --stacktrace
39
+
40
+ - name: Publish
41
+ if: startsWith(github.ref, 'refs/tags/')
42
+ run: ./gradlew publish --stacktrace
43
+ env:
44
+ ORG_GRADLE_PROJECT_nexus_user: ${{ secrets.NEXUS_USER }}
45
+ ORG_GRADLE_PROJECT_nexus_password: ${{ secrets.NEXUS_PASSWORD }}
0 commit comments