From ef6ccd7e46b58592b1bdc66615ca3a54c925d27b Mon Sep 17 00:00:00 2001 From: Val Brodsky Date: Wed, 16 Oct 2024 14:37:59 -0700 Subject: [PATCH] Fix lbox filter --- .github/workflows/lbox-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lbox-publish.yml b/.github/workflows/lbox-publish.yml index 771dbc662..782ea22cf 100644 --- a/.github/workflows/lbox-publish.yml +++ b/.github/workflows/lbox-publish.yml @@ -18,18 +18,18 @@ jobs: path-filter: runs-on: ubuntu-latest outputs: - lbox: ${{ true }} + lbox: ${{ steps.filter.outputs.lbox }} test-matrix: ${{ steps.matrix.outputs.test-matrix }} package-matrix: ${{ steps.matrix.outputs.publish-matrix }} steps: - uses: actions/checkout@v4 with: - # ref: ${{ inputs.tag }} ref: ${{ inputs.tag }} - uses: dorny/paths-filter@v3 id: filter with: - ref: ${{ inputs.tag }} + ref: ${{ github.head_ref }} + base: ${{ inputs.tag }} list-files: 'json' filters: | lbox: