Skip to content

Commit

Permalink
Changing workflow trigger and adding new widget testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wendreof committed Oct 12, 2021
1 parent 9982025 commit 8f4cfa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
- run: |
export PATH="$PATH":"$HOME/.pub-cache/bin"
pub global activate cider
cider release --date
cider release
cider version ${{ env.MAJOR }}.${{ env.MINOR }}.${{ env.PATCH }}+${{ env.NUMBER_OF_COMMITS }}
flutter pub get
flutter build appbundle
Expand Down

0 comments on commit 8f4cfa6

Please sign in to comment.