Skip to content

Commit

Permalink
Fix CD (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
creativecreatorormaybenot authored Jul 7, 2022
1 parent a606ae4 commit 5acfef2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/hosting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion funvas/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 0.1.7
homepage: https://github.com/creativecreatorormaybenot/funvas/tree/main/funvas

environment:
sdk: '>=2.17.5 <3.0.0'
sdk: '>=2.17.0 <3.0.0'

dependencies:
flutter:
Expand Down

0 comments on commit 5acfef2

Please sign in to comment.