Skip to content

Commit 3b09080

Browse files
committed
fix2
1 parent cf5023d commit 3b09080

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 }}"
49+
create_tag: "${{ github.event.inputs.create_tag }}"
5050

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

0 commit comments

Comments
 (0)