Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nowsprinting committed May 19, 2024
1 parent 22b8d96 commit 19a91b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Get package checkout path
run: |
name="$(cmd package.json | jq -r '.name')"
name="$(jq -r '.name' < package.json)"
echo "PACKAGE_PATH=env.CREATED_PROJECT_PATH/Packages/$name" >> "$GITHUB_ENV"
- name: Checkout repository as embedded package
Expand Down

0 comments on commit 19a91b5

Please sign in to comment.