Skip to content

chore: auto update kbcli embed chart changes #182

chore: auto update kbcli embed chart changes

chore: auto update kbcli embed chart changes #182

Workflow file for this run

name: Release Create
on:
push:
tags:
- 'v*'
- '!*cloud'
jobs:
release-create:
if: ${{ ! contains(github.ref_name, 'v0.5.') && ! contains(github.ref_name, 'v0.6.') && ! contains(github.ref_name, 'v0.7.') }}
uses: apecloud/apecloud-cd/.github/workflows/release-create.yml@v0.1.42

Check warning on line 12 in .github/workflows/release-create.yml

View workflow run for this annotation

GitHub Actions / Release Create

Workflow syntax warning

In .github/workflows/release-create.yml (Line: 12, Col: 11): Error from called workflow apecloud/apecloud-cd/.github/workflows/release-create.yml@v0.1.42 (Line: 47, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
with:
APECD_REF: "v0.1.42"
secrets: inherit