Skip to content

build(deps): bump k8s.io/api from 0.31.1 to 0.31.2 (#184) #5

build(deps): bump k8s.io/api from 0.31.1 to 0.31.2 (#184)

build(deps): bump k8s.io/api from 0.31.1 to 0.31.2 (#184) #5

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*.*.*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Get version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- name: Release
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
prerelease: false