add script to rename tag added by npm

Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2023-02-01 13:49:31 +01:00
parent b439630474
commit b84212aeed
1 changed files with 5 additions and 0 deletions

5
fix-npm-tag.sh Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -ex pipefail
git tag npm-$TAG $TAG; git tag -d $TAG; git push --tags