diff --git a/Makefile b/Makefile index cba4e9d..87bf492 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ release: clean tag install test -H "Content-Type:application/json" \ -H "Authorization: token $(token)" \ https://api.github.com/repos/$(repo)/releases \ - -d '{"tag_name":"$(version)","target_commitish": "master","name": "$(version)","body": "$(desc)","draft": false,"prerelease": false}' + -d '{"tag_name":"$(version)","target_commitish": "1.1","name": "$(version)","body": "$(desc)","draft": false,"prerelease": false}' # build a package with the files needed to run the workflows workflow: