Skip to content

Commit

Permalink
feat(GH-8): Update the Verify changed files step
Browse files Browse the repository at this point in the history
  • Loading branch information
gavanlamb committed Jun 15, 2024
1 parent ed8224f commit d967c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ jobs:
- name: Package
run: npm run package

- name: Verify Changed files
- name: Verify changed files
uses: tj-actions/verify-changed-files@v20
id: verify-changed-files
with:
fail-if-changed: true
fail-message: Files in dist are not up-to-date. Please run 'npm run package' locally and commit the changes.
fail-message: Files in the dist folder are not up-to-date. Please run 'npm run package' locally and commit the changes.
files: |
dist
Expand Down

0 comments on commit d967c4f

Please sign in to comment.