Skip to content

Release 1.30.0-beta.1 (#16629) #69

Release 1.30.0-beta.1 (#16629)

Release 1.30.0-beta.1 (#16629) #69

Workflow file for this run

name: 'Tag Release'
on:
push:
branches:
- master
- 'release-*'
paths:
- kops-version.go
jobs:
tag-release:
if: ${{ github.repository == 'kubernetes/kops' }}
runs-on: ubuntu-20.04
permissions:
contents: write
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- run: /usr/bin/git config --global user.email [email protected]
- run: /usr/bin/git config --global user.name 'GitHub Actions Release Tagger'
- run: hack/tag-release.sh