Skip to content

Commit 7672e4c

Browse files
authored
Fix broken path filter condition (#2872)
1 parent 38e77af commit 7672e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish-unstable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# pause for 30 minutes to avoid publishing more than 2x per hour
3636
debounce:
3737
name: Publish max 2x per hour
38-
if: steps.changes.outputs.src == 'true'
38+
if: needs.paths-filter.outputs.src == 'true'
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Debounce 30 minutes

0 commit comments

Comments
 (0)