Skip to content

Commit

Permalink
Fix Helm release during tag (#2081)
Browse files Browse the repository at this point in the history
Fixes #2057

Signed-off-by: Trey Dockendorf <tdockendorf@osc.edu>
  • Loading branch information
treydock committed Jun 29, 2021
1 parent 23d1a92 commit c479517
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Expand Up @@ -177,9 +177,9 @@ jobs:
version: v3.4.0

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.1.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
uses: stefanprodan/helm-gh-pages@master
with:
token: "${{ secrets.GITHUB_TOKEN }}"

release-cli-via-krew:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c479517

Please sign in to comment.