Skip to content

Commit

Permalink
ci: TEst echo again
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGemmaJr committed Jun 14, 2024
1 parent 152e63a commit 8ca0c27
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/workflow-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ jobs:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4

# Set up runner
- name: Set matrix
id: set-matrix
run: |
Expand All @@ -163,9 +162,12 @@ jobs:
echo "matrix=$matrix" >> $GITHUB_OUTPUT
- name: Test Step
run: echo ${{env.PACKAGE_NAME}}
run: |
echo ${{env.PACKAGE_NAME}}
echo ${{env.PACKAGE_VERSION}}
env:
PACKAGE_NAME: "$(jq -r '.name' package.json)"
PACKAGE_VERSION: $(jq -r '.version' package.json)

package-and-upload:
name: Package and Upload Installer(s)
Expand Down

0 comments on commit 8ca0c27

Please sign in to comment.