Skip to content

Commit

Permalink
fixing bundle size tracking action
Browse files Browse the repository at this point in the history
  • Loading branch information
guiyep committed Jan 11, 2022
1 parent 4004631 commit 62f7386
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
path: master

- uses: actions/setup-node@v2
with:
Expand Down Expand Up @@ -37,9 +39,10 @@ jobs:

- run: yarn bundle-size

- uses: stefanzweifel/git-auto-commit-action@v4
- name: Commit and Push size.json
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "[CI] publish new bundle size"
commit_message: '[CI] publish new bundle size'
commit_user_name: Guillermo Polit
commit_user_email: [email protected]
commit_author: guiyep <[email protected]>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-select-virtualized",
"version": "5.1.1",
"version": "5.1.2",
"description": "Select virtualized component using: react-select v4 + react-virtualized + react hooks",
"author": "guiyep",
"license": "MIT",
Expand Down

0 comments on commit 62f7386

Please sign in to comment.