Skip to content

Commit

Permalink
adding version to summary
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbarbour committed Nov 16, 2024
1 parent bcc1c16 commit adec12e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set Version
run: npm --no-git-tag-version version 4.0.${{ github.run_number }}
- name: NPM Version
run: |
npm --no-git-tag-version version 4.0.${{ github.run_number }}
echo ## NPM Version >> $GITHUB_STEP_SUMMARY
echo `npm install -S @hexlabs/[email protected].${{ github.run_number }}` >> $GITHUB_STEP_SUMMARY
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
Expand Down

0 comments on commit adec12e

Please sign in to comment.