Skip to content

Commit c66d097

Browse files
committed
fix3
1 parent 3b09080 commit c66d097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
# Pass the inputs from the manual trigger to the reusable workflow.
4646
with:
4747
version: ${{ github.event.inputs.version }}
48-
sonatype_auto_publish: "${{ github.event.inputs.sonatype_auto_publish }}"
49-
create_tag: "${{ github.event.inputs.create_tag }}"
48+
sonatype_auto_publish: ${{ github.event.inputs.sonatype_auto_publish == 'true' }}
49+
create_tag: ${{ github.event.inputs.create_tag == 'true' }}
5050

5151
# Allow the reusable workflow to access the secrets.
5252
secrets: inherit

0 commit comments

Comments
 (0)