Skip to content

Commit

Permalink
fix: release web
Browse files Browse the repository at this point in the history
  • Loading branch information
Arenukvern committed Dec 12, 2021
1 parent f274b31 commit 7a67d29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
with:
flutter-version: "2.5.3"
- run: flutter pub get
- run: flutter test
- run: flutter build web --release
Expand All @@ -33,4 +31,4 @@ jobs:
git checkout -b gh-pages
git add --all
git commit -m "update"
git push origin gh-pages -f
git push origin gh-pages
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 3.11.1+17
version: 3.11.2+18

environment:
sdk: ">=2.15.0 <3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: last-answer
version: 3.11.0+17
version: 3.11.2+18
summary: Fast ideas brainstorming tool with quick notes
description: |
You have a cool idea.
Expand Down

0 comments on commit 7a67d29

Please sign in to comment.