Skip to content

Commit

Permalink
ci: Fix quote
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGemmaJr committed Dec 6, 2023
1 parent 486aec0 commit f198984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# TEMP
- name: Set package name
# run: cat package.json | jq -r '.name'
run: echo "NAME=$(cat package.json)" >> $GITHUB_ENV"
run: echo "NAME=$(cat package.json | jq -r '.name')" >> $GITHUB_ENV
# - name: Set package version
# run: cat package.json | jq -r '.version'
# run: echo "VERSION=$(cat package.json | jq -r '.version')" >> $GITHUB_ENV"
Expand Down

0 comments on commit f198984

Please sign in to comment.