added pub get for sentry
This commit is contained in:
parent
0789106e1b
commit
61b7583ad2
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main_deploy.yaml
vendored
2
.github/workflows/main_deploy.yaml
vendored
|
|
@ -79,5 +79,7 @@ jobs:
|
|||
with:
|
||||
name: web
|
||||
path: build/web
|
||||
- name: Update packages
|
||||
run: flutter pub get
|
||||
- name: Update sentry
|
||||
run: flutter packages pub run sentry_dart_plugin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue