Skip to content

Commit

Permalink
ci: Test name and version again
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGemmaJr committed Jun 14, 2024
1 parent 16a9a4b commit 4ffe879
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/workflow-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@ jobs:
python-version: 3.12

# TEST
- name: Send to environment
run: |
echo PACKAGE_NAME=$(jq -r '.name' package.json) >> $GITHUB_ENV
echo "PACKAGE_VERSION=$(jq -r '.version' package.json)" >> $GITHUB_ENV
- name: Check environment
run: |
echo $PACKAGE_NAME
Expand Down

0 comments on commit 4ffe879

Please sign in to comment.