Skip to content

Commit

Permalink
set YARN_IGNORE_NODE=1 env var through args
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed May 23, 2024
1 parent cf2e5d4 commit 0bfe556
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
git submodule init
git submodule update
- name: Package Binaries
run: build-packages ${{github.repository}} ${{github.workspace}} --env NPM_AUTH_TOKEN ${{secrets.NPM_AUTH_PAT}}
env:
YARN_IGNORE_NODE: 1
run: build-packages ${{github.repository}} ${{github.workspace}} --env NPM_AUTH_TOKEN ${{secrets.NPM_AUTH_PAT}} --env YARN_IGNORE_NODE=1
- name: Set Variables
if: startsWith(github.ref, 'refs/tags/')
run: |
Expand Down

0 comments on commit 0bfe556

Please sign in to comment.