Skip to content

Commit 5e6d19a

Browse files
authored
Fix lbox filter (#1873)
1 parent 87c144d commit 5e6d19a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lbox-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ jobs:
1818
path-filter:
1919
runs-on: ubuntu-latest
2020
outputs:
21-
lbox: ${{ true }}
21+
lbox: ${{ steps.filter.outputs.lbox }}
2222
test-matrix: ${{ steps.matrix.outputs.test-matrix }}
2323
package-matrix: ${{ steps.matrix.outputs.publish-matrix }}
2424
steps:
2525
- uses: actions/checkout@v4
2626
with:
27-
# ref: ${{ inputs.tag }}
2827
ref: ${{ inputs.tag }}
2928
- uses: dorny/paths-filter@v3
3029
id: filter
3130
with:
32-
ref: ${{ inputs.tag }}
31+
ref: ${{ github.head_ref }}
32+
base: ${{ inputs.tag }}
3333
list-files: 'json'
3434
filters: |
3535
lbox:

0 commit comments

Comments
 (0)