-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a606ae4
commit 5acfef2
Showing
3 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,10 +21,9 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
persist-credentials: false | ||
- uses: subosito/flutter-action@v1.5.3 | ||
- uses: subosito/flutter-action@v2.4.0 | ||
with: | ||
# Deploy using dev channel until Dart 2.14 hits beta. | ||
channel: 'dev' | ||
channel: 'stable' | ||
|
||
- name: Build gallery web app | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,7 @@ jobs: | |
credential: ${{ secrets.PUB_CREDENTIALS }} | ||
flutter_package: true | ||
skip_test: true | ||
- name: Create Release | ||
- name: Create release | ||
if: steps.pubspec.outputs.changed == 0 | ||
id: create_release | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters