Extend kgs update / upgrade cluster for CAPI cluster (#2337) #1145
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: Create Release | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
build: | |
name: Create Release | |
runs-on: ubuntu-latest | |
if: "!contains(github.event.head_commit.message, 'do not release')" | |
steps: | |
- name: Create Release | |
id: create_release | |
uses: zendesk/action-create-release@v1 | |
with: | |
tag_schema: semantic | |
env: | |
GITHUB_TOKEN: ${{ secrets.TOKEN }} |