Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Jan 13, 2022
1 parent 3967684 commit 9c09071
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: npm run build --if-present

- name: Send webpack stats to RelativeCI
uses: relative-ci/agent-action@v1.1.0
uses: relative-ci/agent-action@v1.1.3
with:
webpackStatsFile: ./artifacts/webpack-stats.json
key: ${{ secrets.RELATIVE_CI_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@relative-ci/agent-action",
"version": "1.1.2",
"version": "1.1.3",
"description": "GitHub action that sends webpack stats and build information to RelativeCI",
"repository": "relative-ci/agent-action",
"engines": {
Expand Down

0 comments on commit 9c09071

Please sign in to comment.