Skip to content

Commit

Permalink
ci: Test echo as raw
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGemmaJr committed Dec 6, 2023
1 parent f81aefc commit 3931487
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
echo "name=$(cat package.json | jq -r '.name')" >> $GITHUB_OUTPUT
echo "version=$(cat package.json | jq -r '.version')" >> $GITHUB_OUTPUT
- run: echo "name=$(cat package.json | jq -r '.name')"
- run: echo "version=$(cat package.json | jq -r '.version')"
- run: echo "${{steps.test.outputs.name}}-${{ steps.test.outputs.version }}"
- run: echo ${{steps.test.outputs.name}}
# - run: echo "name=$(cat package.json | jq -r '.name')"
# - run: echo "version=$(cat package.json | jq -r '.version')"
# - run: echo "${{steps.test.outputs.name}}-${{ steps.test.outputs.version }}"
- run: echo ${{steps.test.outputs}} | jq -R

# TEMP - CHECK CORRECT PATHS
- name: Echo Paths
Expand Down

0 comments on commit 3931487

Please sign in to comment.