From 8dfca953dcddbe239b4c588950bd2c7849383689 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Thu, 31 Mar 2022 14:14:54 +0200 Subject: [PATCH] Fix push-release --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fb57652..7170c6c 100644 --- a/Makefile +++ b/Makefile @@ -129,11 +129,10 @@ test: .ONESHELL: -push-release: +push-release: build-all @rm -f release.id # read personal access token from .git-credentials TOKEN=$(shell cat .credentials) - # create the body of the release from latest tag # create a new release based on current tag and get the release id @curl -sSL -X POST \ -H "Accept: application/vnd.github.v3+json" \