Skip to content

Commit 744a48e

Browse files
committed
Added task id
1 parent 86bf49f commit 744a48e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242

4343
- name: Publish snapshot to maven
4444
if: github.event_name == 'push'
45+
id: upload
4546
run: ./gradlew publish -PmavenType=snapshots -PcommitHash=${{ env.COMMIT_HASH }}) -PmavenUsername=${{ secrets.MAVEN_USER }} -PmavenPassword=${{ secrets.MAVEN_TOKEN }}
4647

4748
- name: Generate Summary

0 commit comments

Comments
 (0)