Skip to content

rfcs: update links to current docs (#304) #129

rfcs: update links to current docs (#304)

rfcs: update links to current docs (#304) #129

name: Create Release # This action is taken from github.com/giantswarm/docs
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.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token