Skip to content

Commit 4411d11

Browse files
committed
Fix boolean.valueof shenanigans
1 parent 1bb5519 commit 4411d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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
40+
release: true
4141
REPOSITORY_URL: https://s01.oss.sonatype.org/

0 commit comments

Comments
 (0)