Skip to content

Commit

Permalink
ci: fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGemmaJr committed Jun 14, 2024
1 parent 002406d commit 407a445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ jobs:
id: package_info
shell: bash
run: |
echo "name=$(jq -r '.name' package.json) >> $GITHUB_OUTPUT
echo "version=$(jq -r '.version' package.json)" >> $GITHUB_OUTPUT
echo name=$(jq -r '.name' package.json) >> $GITHUB_OUTPUT
echo version=$(jq -r '.version' package.json) >> $GITHUB_OUTPUT
# TEST
- name: test job
Expand Down

0 comments on commit 407a445

Please sign in to comment.