mirror of
https://github.com/logos-storage/codex-factory.git
synced 2026-01-08 16:03:10 +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: |
|
run: |
|
||||||
npm run build:env
|
npm run build:env
|
||||||
- name: Publish if it was clicked manually
|
- name: Publish if it was clicked manually
|
||||||
if: "${{ github.event.inputs.buildImage }}" == 'true' && success()
|
if: ${{ github.event.inputs.buildImage }} == 'true' && success()
|
||||||
run: |
|
run: |
|
||||||
COMMIT_VERSION_TAG="${{ github.event.inputs.commitVersionTag }}"
|
COMMIT_VERSION_TAG="${{ github.event.inputs.commitVersionTag }}"
|
||||||
BEE_VERSION="${{ github.event.inputs.beeVersion }}"
|
BEE_VERSION="${{ github.event.inputs.beeVersion }}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user