Skip to content

Commit 74f5b2a

Browse files
build: publish Snapshots on commit
Signed-off-by: Andreas Reichel <andreas@manticore-projects.com>
1 parent 14527b5 commit 74f5b2a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.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)