Skip to content

Commit

Permalink
Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Emiliopg91 committed Sep 26, 2024
1 parent 3ad742a commit 1904d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: set git global safe directory
run: |
pacman -Syu git npm --noconfirm
pacman -Syu git npm jq --noconfirm
git config --global --add safe.directory $(realpath .)
- uses: actions/checkout@v3
Expand Down

0 comments on commit 1904d32

Please sign in to comment.