Skip to content

Commit

Permalink
Changed order of CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Mar 30, 2021
1 parent 4f89de3 commit c36f689
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cli_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
- name: Build Version Number
run: pub run build_runner build --delete-conflicting-outputs

- name: Deploy to Pub
run: pub run grinder pkg-pub-deploy

- name: Deploy Github
run: pub run grinder pkg-github-all
run: pub run grinder pkg-github-all

- name: Deploy to Pub
run: pub run grinder pkg-pub-deploy
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2.0.0-dev.2
## 2.0.0-dev.3

- Feature: Environemnts - Set Flutter sdk versions per project environment.
- Feature: Which - Easily view the Flutter version configure for the project and it's state
Expand All @@ -8,7 +8,7 @@
- Improvements: Better error messaging, notifications and logging
- Improvements: Many quality of life improvements

# 1.3.8
## 1.3.8

- Issue on install [#242](https://github.com/leoafarias/fvm/issues/242)
- Auto linking[#207](https://github.com/leoafarias/fvm/issues/207)
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fvm
description: A simple cli to manage Flutter SDK versions per project. Support channels, releases, and local cache for fast switching between versions.
version: 2.0.0-dev.2
version: 2.0.0-dev.3
homepage: https://github.com/leoafarias/fvm

environment:
Expand Down

0 comments on commit c36f689

Please sign in to comment.