We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7621688 commit 9e70984Copy full SHA for 9e70984
1 file changed
.github/workflows/bump-release.yml
@@ -128,7 +128,7 @@ jobs:
128
echo "::notice title=next-tag:${NEXT_TAG}"
129
-
130
name: Configure bot credentials
131
- if: ${{ inputs.enable-tag-signing == 'true' }}
+ if: ${{ inputs.enable-tag-signing == 'true' || inputs.enable-tag-signing == true }}
132
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@6c7952706aa7afa9141262485767d9270ef5b00b # v1.3.0
133
# This is using the GPG signature of bot-go-openapi.
134
#
0 commit comments