Skip to content

Commit 2f0366b

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
with:
3434
arguments: build check publish
3535
env:
36-
ossrhUsername: ${{ secrets.ossrhUsername }}
37-
ossrhPassword: ${{ secrets.ossrhPassword }}
36+
ossrhUsername: ${{ secrets.OSSRH_USERNAME }}
37+
ossrhPassword: ${{ secrets.OSSRH_TOKEN }}

0 commit comments

Comments
 (0)