We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aab2df commit 13835e5Copy full SHA for 13835e5
README.md
@@ -82,7 +82,7 @@ jobs:
82
fetch-depth: 0
83
- name: Download chart releaser
84
run: |
85
- curl -sSLo hcr.tar.gz "https://github.com/pete911/hcr/releases/download/v0.0.1/hcr_0.0.1_linux_amd64.tar.gz"
+ curl -sSLo hcr.tar.gz "https://github.com/pete911/hcr/releases/download/v0.0.2/hcr_0.0.2_linux_amd64.tar.gz"
86
tar -xzf hcr.tar.gz
87
rm -f hcr.tar.gz
88
- name: Package and release chart
0 commit comments