Skip to content

Commit 74f5b2a

Browse files
build: publish Snapshots on commit
Signed-off-by: Andreas Reichel <[email protected]>
1 parent 14527b5 commit 74f5b2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ jobs:
3232
uses: gradle/gradle-build-action@v2
3333
with:
3434
arguments: build check publish
35+
env:
36+
ossrhUsername: ${{ secrets.ossrhUsername }}
37+
ossrhPassword: ${{ secrets.ossrhPassword }}

0 commit comments

Comments
 (0)