chore: auto update kbcli embed chart changes #130
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |