1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Try to fix openapi script

This commit is contained in:
Chocobozzz 2021-08-11 14:38:07 +02:00
parent 5b075bc549
commit eb8bd9ab1a
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 22 additions and 291 deletions

View file

@ -60,8 +60,6 @@ fi
npm version -f --no-git-tag-version --no-commit-hooks "$1"
./scripts/openapi-peertube-version.sh
git commit package.json client/package.json ./support/doc/api/openapi.yaml -m "Bumped to version $version"
git tag -s -a "$version" -m "$version"