Skip to content

Commit

Permalink
Fixes bundle comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zomars committed Apr 18, 2023
1 parent 7fd1626 commit b64dd66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs-bundle-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Analyze bundle
run: |
cd apps/web
npx -p nextjs-bundle-analysis report
npx -p nextjs-bundle-analysis@0.5.0 report
- name: Upload bundle
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
id: fc
with:
issue-number: ${{ github.event.number }}
body-includes: "<!-- __NEXTJS_BUNDLE -->"
body-includes: "<!-- __NEXTJS_BUNDLE_@calcom/web -->"

- name: Create Comment
uses: peter-evans/create-or-update-comment@v1.4.4
Expand Down

0 comments on commit b64dd66

Please sign in to comment.