Update automated publishing

pull/1522/head
Ellet 2 years ago
parent 28af566d59
commit b82dd5fce9
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 3
      .github/workflows/publish.yml

@ -31,5 +31,8 @@ jobs:
# Here you can insert custom steps you need # Here you can insert custom steps you need
# - run: dart tool/generate-code.dart # - run: dart tool/generate-code.dart
- name: Re-generate the translations
run: ./scripts/renegerate-translations.sh
- name: Publish - name: Publish
run: flutter pub publish --force run: flutter pub publish --force

Loading…
Cancel
Save