Skip to content

Commit

Permalink
Merge pull request #114 from Venafi/update-release-target
Browse files Browse the repository at this point in the history
feat(makefile): Updated release target on Makefile
  • Loading branch information
rvelaVenafi authored Sep 26, 2023
2 parents c14781b + 0246419 commit eda68b6
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 @@ -106,7 +106,7 @@ collect_artifacts:
cp -rv $(DIST_DIR)/* artifacts

release:
go get -u github.com/tcnksm/ghr
go install github.com/tcnksm/ghr
ghr -prerelease -n $$RELEASE_VERSION $$RELEASE_VERSION artifacts/

clean:
Expand Down

0 comments on commit eda68b6

Please sign in to comment.