Skip to content

Commit

Permalink
fix: Fix Publish Workflow (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Aug 12, 2022
1 parent 74d7b41 commit d00d6ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ jobs:
run: >
echo EXTENSION_LIST=$(
echo $paths_released | jq 'map(select(startswith("extensions")))'
) $GITHUB_ENV
) >> $GITHUB_ENV
publish:
runs-on: ubuntu-latest
needs:
- filter_dirs
if: ${{ needs.filter_dirs.outputs.paths_released != '[]' }}
strategy:
matrix:
extension_dir: ${{ fromJSON(needs.filter_dirs.outputs.paths_released) }}
Expand Down

0 comments on commit d00d6ee

Please sign in to comment.