Merge pull request #87 from ckotzbauer/dependabot/github_actions/helm/chart-releaser-action-1.3.0
build(deps): bump helm/chart-releaser-action from 1.2.1 to 1.3.0
This commit is contained in:
commit
01b2889a45
|
|
@ -29,6 +29,6 @@ jobs:
|
||||||
helm repo add stable https://charts.helm.sh/stable
|
helm repo add stable https://charts.helm.sh/stable
|
||||||
|
|
||||||
- name: Run chart-releaser
|
- name: Run chart-releaser
|
||||||
uses: helm/chart-releaser-action@v1.2.1
|
uses: helm/chart-releaser-action@v1.3.0
|
||||||
env:
|
env:
|
||||||
CR_TOKEN: "${{ secrets.CR_TOKEN }}"
|
CR_TOKEN: "${{ secrets.CR_TOKEN }}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue