Skip to content

Commit

Permalink
Updates based on feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Block <andy.block@gmail.com>
  • Loading branch information
sabre1041 committed Feb 27, 2023
1 parent 07821c8 commit 2f1dffa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# Helm

[![Build Status](https://github.com/helm/helm/workflows/push/badge.svg?branch=main)](https://github.com/helm/helm/actions?workflow=build-pr)
[![Build Status](https://github.com/helm/helm/workflows/release/badge.svg)](https://github.com/helm/helm/actions?workflow=release)
[![Go Report Card](https://goreportcard.com/badge/github.com/helm/helm)](https://goreportcard.com/report/github.com/helm/helm)
[![GoDoc](https://img.shields.io/static/v1?label=godoc&message=reference&color=blue)](https://pkg.go.dev/helm.sh/helm/v3)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3131/badge)](https://bestpractices.coreinfrastructure.org/projects/3131)
Expand Down

0 comments on commit 2f1dffa

Please sign in to comment.