Skip to content

Commit

Permalink
Merge pull request #121 from takenet/develop
Browse files Browse the repository at this point in the history
Removed unecessary steps from publish package
  • Loading branch information
leonardogbr authored Mar 31, 2023
2 parents e5dc5e7 + 30cb724 commit e28f8ca
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,8 @@ jobs:
flutter-version: '3.7.8'
- name: Install dependencies
run: flutter pub get
- name: Analyze
run: flutter analyze
- name: Run tests
run: flutter test
- name: Format code
run: dart format --fix .
- name: Check Publish Warnings
run: dart pub publish --dry-run
- name: Publish
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: blip_ds
description: Blip Design System for Flutter.
version: 0.0.42
version: 0.0.43
homepage: https://github.com/takenet/blip-ds-flutter#readme
repository: https://github.com/takenet/blip-ds-flutter

Expand Down
2 changes: 1 addition & 1 deletion sample/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.42"
version: "0.0.43"
boolean_selector:
dependency: transitive
description:
Expand Down

0 comments on commit e28f8ca

Please sign in to comment.