Skip to content

Commit

Permalink
fix arm64 release gha
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettCleary committed Dec 19, 2024
1 parent 5798195 commit 84d795c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release_macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20'
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 9
standalone: ${{ runner.os == 'Windows' }}
Expand Down Expand Up @@ -79,6 +79,10 @@ jobs:
with:
node-version: '20'

- uses: pnpm/action-setup@v4
with:
version: 9

- name: Reconfigure git to use HTTP authentication
run: >
git config --global url."https://github.com/".insteadOf
Expand Down

0 comments on commit 84d795c

Please sign in to comment.