Skip to content

Commit

Permalink
Merge pull request #315 from Venafi/VC-25295/release-stage
Browse files Browse the repository at this point in the history
feat(pipeline): Fixed release target
  • Loading branch information
rvelaVenafi authored Jul 24, 2023
2 parents 3db71d8 + 8f74c28 commit d0c9831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ release:
cd artifacts; sha1sum * >> ../release.txt
echo '```' >> release.txt
go install github.com/tcnksm/ghr@latest
export PATH=$PATH:$(go env GOPATH)/bin && ghr -prerelease -n $$RELEASE_VERSION -body="$$(cat ./release.txt)" $$RELEASE_VERSION artifacts/
export "PATH=$(PATH):$(shell go env GOPATH)/bin" && ghr -prerelease -n $$RELEASE_VERSION -body="$$(cat ./release.txt)" $$RELEASE_VERSION artifacts/

linter:
@golangci-lint --version || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b /go/bin
Expand Down

0 comments on commit d0c9831

Please sign in to comment.