mango-v4/fix-npm-tag.sh

5 lines
94 B
Bash
Executable File

#!/usr/bin/env bash
set -ex pipefail
git tag npm-$TAG $TAG; git tag -d $TAG; git push --tags