Skip to content

Release 1.27.2 (#16094) #58

Release 1.27.2 (#16094)

Release 1.27.2 (#16094) #58

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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- 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