Skip to content

Commit 2f0366b

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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