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 86bf49f commit 744a48eCopy full SHA for 744a48e
.github/workflows/build.yml
@@ -42,6 +42,7 @@ jobs:
42
43
- name: Publish snapshot to maven
44
if: github.event_name == 'push'
45
+ id: upload
46
run: ./gradlew publish -PmavenType=snapshots -PcommitHash=${{ env.COMMIT_HASH }}) -PmavenUsername=${{ secrets.MAVEN_USER }} -PmavenPassword=${{ secrets.MAVEN_TOKEN }}
47
48
- name: Generate Summary
0 commit comments