Skip to content

Commit c27c775

Browse files
committed
ci: fix add
1 parent 0fa9280 commit c27c775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/guix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
cd feather-sigs
165165
git checkout -b ${{github.ref_name}}-${{ matrix.toolchain.target }}
166166
git config --global user.name "GitHub"
167-
git config --global user.email ""
168-
git add add codesigning
167+
git config --global user.email "git@github.com"
168+
git add .
169169
git commit -m "add codesignature for ${{github.ref_name}}/${{ matrix.toolchain.target }}"
170170
git push origin ${{github.ref_name}}-${{ matrix.toolchain.target }}

0 commit comments

Comments
 (0)