Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Nov 23, 2022
1 parent eb90766 commit e18c90e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Get Renderer Bundle Stats
uses: vio/bundle-stats-action@v1.3.0
uses: vio/bundle-stats-action@v1
with:
id: renderer
webpack-stats-path: 'out/webpack-stats-renderer.json'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Get Main Bundle Stats
uses: vio/bundle-stats-action@v1.3.0
uses: vio/bundle-stats-action@v1
with:
id: main
webpack-stats-path: 'out/webpack-stats-main.json'
Expand Down Expand Up @@ -146,13 +146,13 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Get Renderer Bundle Stats
uses: vio/bundle-stats-action@v1.3.0
uses: vio/bundle-stats-action@v1
with:
id: renderer
webpack-stats-path: 'out/webpack-stats-renderer.json'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Get Main Bundle Stats
uses: vio/bundle-stats-action@v1.3.0
uses: vio/bundle-stats-action@v1
with:
id: main
webpack-stats-path: 'out/webpack-stats-main.json'
Expand Down Expand Up @@ -244,13 +244,13 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Get Renderer Bundle Stats
uses: vio/bundle-stats-action@v1.3.0
uses: vio/bundle-stats-action@v1
with:
id: renderer
webpack-stats-path: 'out/webpack-stats-renderer.json'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Get Main Bundle Stats
uses: vio/bundle-stats-action@v1.3.0
uses: vio/bundle-stats-action@v1
with:
id: main
webpack-stats-path: 'out/webpack-stats-main.json'
Expand Down

0 comments on commit e18c90e

Please sign in to comment.