Skip to content

Commit

Permalink
set YARN_IGNORE_NODE=1 env var through args fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed May 23, 2024
1 parent 0bfe556 commit 2ef25f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +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 2ef25f2

Please sign in to comment.