mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Updates based on feedback
Signed-off-by: Andrew Block <andy.block@gmail.com>
This commit is contained in:
parent
07821c8037
commit
2f1dffa3e7
2 changed files with 2 additions and 6 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -25,14 +25,10 @@ jobs:
|
|||
with:
|
||||
go-version: '1.18'
|
||||
|
||||
- name: Set Version
|
||||
id: set-version
|
||||
run: |
|
||||
echo "VERSION=$(echo ${GITHUB_REF_NAME}" >> $GITHUB_OUTPUT
|
||||
- name: Build Helm Binaries
|
||||
run: |
|
||||
make build-cross
|
||||
make dist checksum VERSION="${{ steps.set-version.outputs.VERSION }}"
|
||||
make dist checksum VERSION="${{ github.ref_name }}"
|
||||
|
||||
- name: Upload Binaries
|
||||
uses: bacongobbler/azure-blob-storage-upload@50f7d898b7697e864130ea04c303ca38b5751c50 # pin@3.0.0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Helm
|
||||
|
||||
[](https://github.com/helm/helm/actions?workflow=build-pr)
|
||||
[](https://github.com/helm/helm/actions?workflow=release)
|
||||
[](https://goreportcard.com/report/github.com/helm/helm)
|
||||
[](https://pkg.go.dev/helm.sh/helm/v3)
|
||||
[](https://bestpractices.coreinfrastructure.org/projects/3131)
|
||||
|
|
|
|||
Loading…
Reference in a new issue