Skip to content

Commit d241c9f

Browse files
committed
Install pacman-contrib
1 parent 844e489 commit d241c9f

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,19 @@ jobs:
1414

1515
steps:
1616
- name: Setup packages
17-
run: sudo pacman -Sy --needed --noconfirm git nodejs npm
17+
run: |
18+
sudo pacman -Sy --needed --noconfirm \
19+
git \
20+
nodejs \
21+
npm \
22+
pacman-contrib
1823
1924
- uses: actions/checkout@v4
2025
with:
2126
persist-credentials: false
2227

23-
- run: |
24-
git config --global --add safe.directory /__w/downgrade/downgrade
25-
git remote show origin
28+
- name: Fix git permissions
29+
run: git config --global --add safe.directory "$PWD"
2630

2731
- id: release
2832
uses: cycjimmy/semantic-release-action@v4

0 commit comments

Comments
 (0)