Skip to content

Commit

Permalink
[all] Bump up chart-releaser-action version (#1377)
Browse files Browse the repository at this point in the history
This fixes a bug which was fixed in release-1.19 branch but not
replicated to release-1.20 branch.
  • Loading branch information
brtkwr committed Jan 19, 2021
1 parent b098c10 commit e041ed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Expand Up @@ -3,7 +3,7 @@ name: Release Charts
on:
push:
branches:
- "release-*"
- "release-*" # Only release charts from stable branches

jobs:
release:
Expand All @@ -21,6 +21,6 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.0.0
uses: helm/chart-releaser-action@v1.1.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit e041ed2

Please sign in to comment.