From 4538a6875e86c2fd2bce55a3ac7c896a0e8aed8e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 12 Jun 2021 14:33:30 -0300 Subject: sh/templates/aux/workflow/dist.sh: Remove unused variables --- sh/templates/aux/workflow/dist.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sh') diff --git a/sh/templates/aux/workflow/dist.sh b/sh/templates/aux/workflow/dist.sh index 45f8d7ea..c061a04b 100755 --- a/sh/templates/aux/workflow/dist.sh +++ b/sh/templates/aux/workflow/dist.sh @@ -2,7 +2,6 @@ set -eu DATE="$1" -VERSION="$2" VVERSION="v$2" PROJECT="$3" @@ -21,7 +20,7 @@ if [ "Release $VVERSION" != "$(git log --format=%B -1 HEAD | head -n1)" ]; then exit 1 fi -sh aux/workflow/assert-changelog.sh "$DATE" "$VERSION" "$PROJECT" +sh aux/workflow/assert-changelog.sh "$PROJECT" git tag "$VVERSION" -- cgit v1.3