File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ OWNER := dnitsch
12NAME := aws-cli-auth
2- VERSION := v0.6.3
3+ VERSION := v0.7.0
34REVISION := $(shell git rev-parse --short HEAD)
45
6+
57LDFLAGS := -ldflags="-s -w -X \"github.com/dnitsch/aws-cli-auth/cmd.Version=$(VERSION ) \" -X \"github.com/dnitsch/aws-cli-auth/cmd.Revision=$(REVISION ) \" -extldflags -static"
68
79.PHONY : test test_ci tidy install buildprep build buildmac buildwin
@@ -43,8 +45,9 @@ release: cross-build
4345 git push origin $(VERSION )
4446 curl \
4547 -X POST \
48+ -u $(OWNER ) :$(PAT ) \
4649 -H " Accept: application/vnd.github.v3+json" \
47- https://api.github.com/repos/dnitsch /$(NAME ) /releases \
50+ https://api.github.com/repos/$( OWNER ) /$(NAME ) /releases \
4851 -d ' {"tag_name":"$(VERSION)","generate_release_notes":true,"prerelease":false}'
4952
5053.PHONY : deps
You can’t perform that action at this time.
0 commit comments