Skip to content

Release 1.32.0-beta.1 (#17241) #81

Release 1.32.0-beta.1 (#17241)

Release 1.32.0-beta.1 (#17241) #81

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-24.04
permissions:
contents: write
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- run: /usr/bin/git config --global user.email actions@github.com
- run: /usr/bin/git config --global user.name 'GitHub Actions Release Tagger'
- run: hack/tag-release.sh