Skip to content

Commit

Permalink
Release 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
parker-codes committed Aug 21, 2024
1 parent 4a4ffdc commit 036dbc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- run: sudo git config --global --add safe.directory /github/workspace
- run: sudo git config --global --add safe.directory '*'
- run: sudo git config --system --add safe.directory '*'
- name: Set up Node.js
uses: actions/setup-node@master
with:
Expand Down

0 comments on commit 036dbc5

Please sign in to comment.