Update publish.yml

pull/1521/head
Ellet 1 year ago
parent 3add0cdf77
commit 9fc51f16f5
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 4
      .github/workflows/publish.yml

@ -14,8 +14,8 @@ jobs:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
- name: Install dependencies
run: dart pub get
run: flutter pub get
# Here you can insert custom steps you need
# - run: dart tool/generate-code.dart
- name: Publish
run: dart pub publish --force
run: flutter pub publish --force

Loading…
Cancel
Save