Skip to content

Commit 38e77af

Browse files
authored
Fix invalid conditional in workflow (#2871)
1 parent a78c3b1 commit 38e77af

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
@@ -16,7 +16,7 @@ jobs:
1616
name: Detect files changed
1717
runs-on: ubuntu-latest
1818
outputs:
19-
src-only: "${{ steps.changes.outputs.src-only }}"
19+
src: "${{ steps.changes.outputs.src }}"
2020
steps:
2121
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2222
with:

0 commit comments

Comments
 (0)