Skip to content

Commit 9b6cfae

Browse files
committed
ci: fix publish_release boolean/string condition using format()
1 parent 54a703d commit 9b6cfae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/manual-sdk-release-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115

116116
publish-release:
117117
needs: ['release-sdk', 'release-sdk-mac-arm64']
118-
if: ${{ inputs.publish_release }}
118+
if: ${{ format('{0}', inputs.publish_release) == 'true' }}
119119
runs-on: ubuntu-latest
120120
permissions:
121121
contents: write

0 commit comments

Comments
 (0)