Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sasaplus1 committed Aug 3, 2022
1 parent ec0414f commit 26aaaba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ jobs:
else
echo "::set-output name=range::${{ matrix.module }}@${{ steps.previous-version.outputs.value }}..HEAD"
fi
- id:
run: >
- run: >
npm pkg get repository.directory --workspace '${{ matrix.module }}' |
jq -r 'to_entries | .[].value' |
tee dir.txt
Expand Down

0 comments on commit 26aaaba

Please sign in to comment.