Skip to content

Commit

Permalink
migrate to chart-releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
realshuting committed Nov 24, 2020
1 parent 023f5aa commit 971a752
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,20 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Unshallow
run: git fetch --prune --unshallow
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Set up Go
uses: actions/setup-go@v2
- name: Install Helm
uses: azure/setup-helm@v1
with:
go-version: 1.14
version: v3.4.0

- uses: J12934/helm-gh-pages-action@master
name: Run Helm Publish
with:
access-token: ${{ secrets.GITHUB_TOKEN }}
deploy-branch: gh-pages
charts-folder: charts
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 971a752

Please sign in to comment.