mirror of
https://github.com/logos-storage/codex-factory.git
synced 2026-01-02 13:03:07 +00:00
fix: ci double quotes at if statement
Github related issue [#866](https://github.com/actions/runner/issues/866)
This commit is contained in:
parent
73595f86d0
commit
ba9ab717ed
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@ -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 }}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user