Skip to content

Commit

Permalink
Merge pull request #10 from Venafi/release
Browse files Browse the repository at this point in the history
fix(release): Updates make release target to work with golang 1.21
  • Loading branch information
rvelaVenafi authored Oct 6, 2023
2 parents 5d12bc6 + d3e2c82 commit 51d066f
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 @@ -91,7 +91,7 @@ collect_artifacts:
cp -rv $(DIST_DIR)/* artifacts

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

clean:
Expand Down

0 comments on commit 51d066f

Please sign in to comment.