From 916a0bfbc18149bbefb83ccff9fe2a0807415807 Mon Sep 17 00:00:00 2001 From: jdidion Date: Fri, 4 Jun 2021 21:44:45 -0700 Subject: [PATCH] fix make release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: