Fix path
This commit is contained in:
parent
c8b4d6c0ee
commit
4503aa1915
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ npm version patch
|
|||
cd ..
|
||||
cp plugin/manifest.json manifest.json # for BRAT, otherwise it wouldn't update
|
||||
git add .
|
||||
TAG=$(node -p "require('./package.json').version")
|
||||
TAG=$(node -p "require('./plugin/package.json').version")
|
||||
git commit -m "Bump versions to $TAG"
|
||||
echo "Tagging $TAG"
|
||||
git tag -a $TAG -m "Release $TAG"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue