Skip to content

Commit

Permalink
added version logging
Browse files Browse the repository at this point in the history
  • Loading branch information
alshdavid committed Feb 26, 2024
1 parent f2568a4 commit acd84a4
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,23 +281,17 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with: { node-version: 20 }

- name: Setup Dependencies
- name: Build NPM
env:
BIN_VERSION: ${{ needs.vars.outputs.NEXT_BIN_VERSION }}
NPM_VERSION: ${{ needs.vars.outputs.NEXT_NPM_VERSION }}
NPM_BIN_TARGET: ${{ needs.vars.outputs.BRANCH_NAME }}
run: |
npm install -g npm pnpm
pnpm install
- name: Build
env:
BIN_VERSION: ${{ needs.vars.outputs.NEXT_BIN_VERSION }}
run: |
node .github/scripts/run.mjs build
- name: Package
env:
NPM_VERSION: ${{ needs.vars.outputs.NEXT_NPM_VERSION }}
NPM_BIN_TARGET: ${{ needs.vars.outputs.BRANCH_NAME }}
run: |
echo "NPM_VERSION = $NPM_VERSION"
echo "NPM_BIN_TARGET = $NPM_BIN_TARGET"
cd npm/mach
Expand Down

0 comments on commit acd84a4

Please sign in to comment.