This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
lesspass
mirror of
https://github.com/lesspass/lesspass.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
67
Wiki
Activity
Browse Source
fix error in TAG_NAME
pull/324/head
Guillaume Vincent
7 years ago
parent
f07ac5e545
commit
a752e4bbad
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
scripts/release-webextensions.sh
+ 1
- 1
scripts/release-webextensions.sh
View File
@@ -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
Write
Preview
Loading…
Cancel
Save