Skip to content

Commit

Permalink
ci: Fix "
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGemmaJr committed Jun 14, 2024
1 parent 68b66a0 commit ee0bc2b
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 @@ -235,7 +235,7 @@ jobs:
- name: Get package name and version
run: |
echo PACKAGE_NAME=$(jq -r '.name' package.json) >> $GITHUB_ENV
echo PACKAGE_VERSION=$(jq -r '.version' package.json)" >> $GITHUB_ENV
echo PACKAGE_VERSION=$(jq -r '.version' package.json) >> $GITHUB_ENV
- name: Check package name and version
run: |
echo $PACKAGE_NAME
Expand Down

0 comments on commit ee0bc2b

Please sign in to comment.