1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-08 17:06:57 +00:00
kyverno/.github/workflows/krew.yaml

20 lines
379 B
YAML
Raw Normal View History

name: release kyverno-cli plugin
on:
push:
tags:
- 'v*'
- '!v*-rc*'
jobs:
release-cli-via-krew:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Unshallow
run: git fetch --prune --unshallow
- name: Update new version in krew-index
uses: rajatjindal/krew-release-bot@v0.0.38