Skip to content

Commit

Permalink
update GitHub Action release process
Browse files Browse the repository at this point in the history
  • Loading branch information
realshuting committed Nov 24, 2020
1 parent ff8111b commit 023f5aa
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,26 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Update new version in krew-index
uses: rajatjindal/[email protected]

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/[email protected]
charts-folder: charts

0 comments on commit 023f5aa

Please sign in to comment.