mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-06-06 06:06:47 +00:00
Add support for old-version releases
This commit is contained in:
parent
e3cbaba33a
commit
42e1171589
@ -12,6 +12,7 @@ if [ "$#" -ne 1 ] ; then
|
||||
fi
|
||||
|
||||
# install dependencies
|
||||
rm -rf node_modules
|
||||
npm install
|
||||
|
||||
# set version
|
||||
@ -30,4 +31,4 @@ git push
|
||||
git push --tag
|
||||
|
||||
# publish to npm
|
||||
npm publish
|
||||
npm publish --tag old-version
|
||||
|
Loading…
x
Reference in New Issue
Block a user