5 lines
94 B
Bash
5 lines
94 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -ex pipefail
|
||
|
|
||
|
git tag npm-$TAG $TAG; git tag -d $TAG; git push --tags
|