Skip to content

Commit

Permalink
ci: fix echo
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGemmaJr committed Dec 6, 2023
1 parent d438d86 commit 933e296
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 @@ -53,7 +53,7 @@ jobs:
- 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: ${{steps.test.outputs}}
- run: echo ${{steps.test.outputs}}

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

0 comments on commit 933e296

Please sign in to comment.