Skip to content

Commit

Permalink
ci: Update echo
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGemmaJr committed Jun 14, 2024
1 parent 1b303a5 commit 7268781
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/workflow-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ jobs:
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
packageName: ${{ steps.set-package-info.outputs.packageName }}
packageVersion: ${{ steps.set-package-info.outputs.packageVersion }}
steps:
- name: Set matrix
id: set-matrix
Expand All @@ -158,6 +160,7 @@ jobs:
echo "matrix=$matrix" >> $GITHUB_OUTPUT
- name: Set package info
id: set-package-info
run: |
echo "packageName=$(jq -r '.name' package.json)" >> $GITHUB_OUTPUT
echo "packageVersion=$(jq -r '.version' package.json)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 7268781

Please sign in to comment.