Skip to content

Commit

Permalink
Move build commands to be last
Browse files Browse the repository at this point in the history
  • Loading branch information
fotiDim committed Jul 15, 2021
1 parent 1ab9acd commit 78bf8ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spotify_sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
run: flutter format --set-exit-if-changed lib test example
- name: Analyze
run: flutter analyze lib test example
- name: Publish dry run
run: flutter pub publish --dry-run
- run: cd example
- name: Build web version
run: flutter build web
- name: Publish dry run
run: flutter pub publish --dry-run

0 comments on commit 78bf8ee

Please sign in to comment.