Skip to content

Commit 9e70984

Browse files
committed
fix(bump-release): fixed truthy input check in expression
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent 7621688 commit 9e70984

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bump-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
echo "::notice title=next-tag:${NEXT_TAG}"
129129
-
130130
name: Configure bot credentials
131-
if: ${{ inputs.enable-tag-signing == 'true' }}
131+
if: ${{ inputs.enable-tag-signing == 'true' || inputs.enable-tag-signing == true }}
132132
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@6c7952706aa7afa9141262485767d9270ef5b00b # v1.3.0
133133
# This is using the GPG signature of bot-go-openapi.
134134
#

0 commit comments

Comments
 (0)