We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2587f7c + d771e0d commit 604ac84Copy full SHA for 604ac84
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
tar -czvf helm-github_${VERSION}_${{ matrix.goos }}_${{ matrix.goarch }}.tar.gz -C dist/ .
38
sha256sum "helm-github_${VERSION}_${{ matrix.goos }}_${{ matrix.goarch }}.tar.gz" | awk '{ print $1 }' > helm-github_${VERSION}_${{ matrix.goos }}_${{ matrix.goarch }}_checksum.txt
39
- name: Release
40
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
41
with:
42
files: |
43
*.tar.gz
0 commit comments