Skip to content

Commit a58472c

Browse files
committed
Fix env vars
1 parent d24380e commit a58472c

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)