1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-05 15:37:19 +00:00

update GitHub Action release process

This commit is contained in:
Shuting Zhao 2020-11-24 14:44:11 -08:00
parent ff8111bc47
commit 023f5aa46a

View file

@ -67,18 +67,26 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Update new version in krew-index
uses: rajatjindal/krew-release-bot@v0.0.38
publish-helm:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14
- uses: J12934/helm-gh-pages-action@master
name: Run Helm Publish
with:
access-token: ${{ secrets.GITHUB_TOKEN }}
deploy-branch: gh-pages
charts-folder: charts
publish-cli-via-krew:
runs-on: ubuntu-latest
steps:
- name: Update new version in krew-index
uses: rajatjindal/krew-release-bot@v0.0.38
charts-folder: charts