fix: ci double quotes at if statement

Github related issue [#866](https://github.com/actions/runner/issues/866)
This commit is contained in:
nugaon 2021-05-04 15:12:01 +02:00 committed by GitHub
parent 73595f86d0
commit ba9ab717ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ jobs:
run: |
npm run build:env
- name: Publish if it was clicked manually
if: "${{ github.event.inputs.buildImage }}" == 'true' && success()
if: ${{ github.event.inputs.buildImage }} == 'true' && success()
run: |
COMMIT_VERSION_TAG="${{ github.event.inputs.commitVersionTag }}"
BEE_VERSION="${{ github.event.inputs.beeVersion }}"