Skip to content

Commit

Permalink
ci: name, verison, and test
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGemmaJr committed Dec 6, 2023
1 parent 2261fd8 commit 6c5cdc7
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 @@ -27,6 +27,8 @@ jobs:
package-and-upload:
name: Package and Upload
runs-on: ${{ matrix.os }}
env:
TEST: $(cat package.json | jq -r '.name')

# Run action for [home/clinic] in [windows/macOS/ubuntu] based on user input
strategy:
Expand All @@ -53,6 +55,7 @@ jobs:

- run: echo $NAME
- run: echo $VERSION
- run: echo $TEST

# - name: ⎔ Setup node
# uses: actions/setup-node@v3
Expand Down

0 comments on commit 6c5cdc7

Please sign in to comment.