Skip to content

Commit

Permalink
fix: Fixing changed-files expression
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydee864 committed Aug 24, 2023
1 parent 4bc3492 commit 199e250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- run: |
yarn all
- name: Changed files
uses: tj-actions/changed-files@v37
uses: tj-actions/changed-files@v38
id: changed-files
with:
files: dist
files: dist/**
- name: Push build
if: steps.changed-files.outputs.any_changed == 'true'
run: |
Expand Down

0 comments on commit 199e250

Please sign in to comment.