mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 01:59:55 +00:00
Adding new version to deploy.
This commit is contained in:
parent
16194031c8
commit
1bfebd4782
1 changed files with 2 additions and 0 deletions
|
@ -2,5 +2,7 @@
|
|||
|
||||
new_tag="$1"
|
||||
|
||||
yarn version --new-version $new_tag
|
||||
git push
|
||||
git tag $new_tag
|
||||
git push origin $new_tag
|
||||
|
|
Loading…
Reference in a new issue