Skip to content

Commit

Permalink
chore: fix npm error
Browse files Browse the repository at this point in the history
  • Loading branch information
hexf00 committed Dec 19, 2024
1 parent 9e36cc2 commit e5d95f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ jobs:
if: matrix.os == 'macos-latest'
run: pnpm add -g appdmg

- name: fix npm error
shell: bash
run: git config --global url.https://${{ secrets.GH_TOKEN }}@github.com/.insteadOf https://github.com/

- run: pnpm i

- run: |
Expand Down

0 comments on commit e5d95f6

Please sign in to comment.