Skip to content

Commit

Permalink
ci: fix missing ')' in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Jun 9, 2022
1 parent c383eab commit 931d51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- id: folders
run: echo "::set-output name=folders::$(ls -d packages/* | jq -R -s -c 'split("\n")[:-1]'"
run: echo "::set-output name=folders::$(ls -d packages/* | jq -R -s -c 'split("\n")[:-1]')"
## Publish monorepo packages
publish-packages:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 931d51a

Please sign in to comment.