Skip to content

Commit

Permalink
Try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
lteague committed Feb 20, 2024
1 parent c53a35d commit 9c0dd06
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:
shell: bash
run: |
echo "GITHUB_ACTIONS_TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '14.7.0'
- name: Build and Deploy Windows and Mac
run: |
nvm install 14.7.0 \
nvm use 14.7.0 \
npm install --global yarn \
yarn install \
yarn config set version-git-tag false && yarn version --new-version ${GITHUB_ACTIONS_TAG/v/} \
Expand Down

0 comments on commit 9c0dd06

Please sign in to comment.