Skip to content

Commit

Permalink
fix: dry run flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto committed Jan 14, 2022
1 parent 11f9b19 commit a95eefc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: 17
- name: Install dependencies
run: yarn install
- name: Release NPM Registry
- name: Release NPM Registry & Flutter Pub
env:
GIT_AUTHOR_NAME: "@bumper-bot"
GITHUB_TOKEN: ${{ secrets.GH_MASTER_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"release": "semantic-release",
"release:github_registry": "node ./scripts/publishToGHRegistry.js",
"bump:flutter": "node ./scripts/bumpFlutter.js",
"prepublish": "yarn bump:flutter",
"prepublish": "git add . && git status && yarn bump:flutter",
"release:flutter": "flutter clean && dart pub publish",
"dev": "start-storybook -p 6006",
"build:storybook": "build-storybook -o dist-storybook",
Expand Down

1 comment on commit a95eefc

@vercel
Copy link

@vercel vercel bot commented on a95eefc Jan 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.