浏览代码

fix error in TAG_NAME

pull/324/head
Guillaume Vincent 7 年前
父节点
当前提交
a752e4bbad
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      scripts/release-webextensions.sh

+ 1
- 1
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


正在加载...
取消
保存