Skip to content

Align files (#1281) #703

Align files (#1281)

Align files (#1281) #703

# DO NOT EDIT. Generated with:
#
# devctl
#
# https://github.com/giantswarm/devctl/blob/0df8c5e633bb1e4fd17c35525a7b382395526f22/pkg/gen/input/workflows/internal/file/create_release.yaml.template
#
name: Create Release
on:
push:
branches:
- 'legacy'
- 'main'
- 'master'
- 'release-v*.*.x'
# "!" negates previous positive patterns so it has to be at the end.
- '!release-v*.x.x'
permissions: {}
jobs:
create-release:
uses: giantswarm/github-workflows/.github/workflows/create-release.yaml@main
with:
build-release-artifacts: true
fetch-deep-gitlog-for-build: true
secrets:
TAYLORBOT_GITHUB_ACTION: ${{ secrets.TAYLORBOT_GITHUB_ACTION }}
permissions:
contents: write