We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58472c commit 3951371Copy full SHA for 3951371
.github/workflows/release.yml
@@ -37,5 +37,5 @@ jobs:
37
with:
38
arguments: publish -PossrhUsername=${{ secrets.OSSRH_USERNAME }} -PossrhPassword=${{ secrets.OSSRH_PASSWORD }}
39
env:
40
- - release=1
41
- - REPOSITORY_URL=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
+ release: 1
+ REPOSITORY_URL: https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
0 commit comments