Skip to content

Commit

Permalink
ci: Test
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGemmaJr committed Dec 6, 2023
1 parent 9feece3 commit 3b5c262
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/workflow-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,13 @@ jobs:
uses: actions/checkout@v4

# TEMP
# - name: Set package name
# run: echo "PACKAGE_NAME=$(cat package.json | jq -r '.name')" >> $GITHUB_ENV
# - name: Set package version
# run: echo "PACKAGE_VERSION=$(cat package.json | jq -r '.version')" >> $GITHUB_ENV

- name: Set package name and version
run: |
echo "PACKAGE_NAME=$(cat package.json | jq -r '.name')" >> $GITHUB_ENV
echo "PACKAGE_VERSION=$(cat package.json | jq -r '.version')" >> $GITHUB_ENV
- run: echo $PACKAGE_NAME
- run: echo $PACKAGE_VERSION
- run: echo "${{ env.PACKAGE_NAME }}-${{ env.PACKAGE_VERSION }}"
- run: echo "$PACKAGE_NAME-$PACKAGE_VERSION"

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

0 comments on commit 3b5c262

Please sign in to comment.