Skip to content

Commit 3951371

Browse files
committed
kv not lists
1 parent a58472c commit 3951371

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
with:
3838
arguments: publish -PossrhUsername=${{ secrets.OSSRH_USERNAME }} -PossrhPassword=${{ secrets.OSSRH_PASSWORD }}
3939
env:
40-
- release=1
41-
- REPOSITORY_URL=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
40+
release: 1
41+
REPOSITORY_URL: https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/

0 commit comments

Comments
 (0)