Skip to content

Commit

Permalink
Merge pull request #14 from adamrushuk/update-helm-test-actions
Browse files Browse the repository at this point in the history
Changed chart-releaser-action back to v1.0.0
  • Loading branch information
adamrushuk authored Nov 7, 2020
2 parents 756bcbf + dbc5a0b commit a151bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# https://github.com/helm/chart-releaser-action/releases
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.1.1
uses: helm/chart-releaser-action@v1.0.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
# CR_TOKEN: "${{ secrets.CR_TOKEN }}"

0 comments on commit a151bc3

Please sign in to comment.