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