reduce release task as packaging (ci)

move translation build in specific step (ci)
This commit is contained in:
Simon Vieille 2023-03-17 17:22:35 +01:00
commit 112e669723
Signed by untrusted user who does not match committer: deblan
GPG key ID: 579388D585F70417
2 changed files with 10 additions and 2 deletions

View file

@ -9,7 +9,7 @@ dep:
npm link @nextcloud/vue || sudo npm link @nextcloud/vue
.ONESHELL:
release: build translations
release:
if [ -z "$$VERSION" ]; then
echo "VERSION required"
exit 1