diff --git a/fix-npm-tag.sh b/fix-npm-tag.sh new file mode 100755 index 000000000..417c35037 --- /dev/null +++ b/fix-npm-tag.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +set -ex pipefail + +git tag npm-$TAG $TAG; git tag -d $TAG; git push --tags \ No newline at end of file