Skip to content

Commit

Permalink
fix stubs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Dec 21, 2023
1 parent 1ae405a commit 298e63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
if [ -n "$(git status --porcelain)" ]; then
git add .
git add mne_lsl/\*.pyi
git commit -m "deploy stub files [ci skip]"
git push
fi

0 comments on commit 298e63f

Please sign in to comment.