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 3b09080 commit c66d097Copy full SHA for c66d097
.github/workflows/release.yaml
@@ -45,8 +45,8 @@ jobs:
45
# Pass the inputs from the manual trigger to the reusable workflow.
46
with:
47
version: ${{ github.event.inputs.version }}
48
- sonatype_auto_publish: "${{ github.event.inputs.sonatype_auto_publish }}"
49
- create_tag: "${{ github.event.inputs.create_tag }}"
+ sonatype_auto_publish: ${{ github.event.inputs.sonatype_auto_publish == 'true' }}
+ create_tag: ${{ github.event.inputs.create_tag == 'true' }}
50
51
# Allow the reusable workflow to access the secrets.
52
secrets: inherit
0 commit comments