From a752e4bbad94491b83e39173538fced342dfca36 Mon Sep 17 00:00:00 2001 From: Guillaume Vincent Date: Mon, 24 Apr 2017 18:01:13 +0200 Subject: [PATCH] fix error in TAG_NAME --- scripts/release-webextensions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release-webextensions.sh b/scripts/release-webextensions.sh index a2f41ff..a48f283 100755 --- a/scripts/release-webextensions.sh +++ b/scripts/release-webextensions.sh @@ -15,9 +15,9 @@ fi cd webextension npm version $1 +TAG_NAME="$(git describe --abbrev=0 --tags)" git add . git commit --amend --no-edit -TAG_NAME="$(git describe --abbrev=0 --tags)" git tag -d $TAG_NAME git tag $TAG_NAME npm run build