Skip to content

chore: remove the cv check #101

chore: remove the cv check

chore: remove the cv check #101

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/[email protected]
with:
APECD_REF: "v0.1.42"
secrets: inherit