Skip to content

Commit

Permalink
fix: git add script
Browse files Browse the repository at this point in the history
  • Loading branch information
dmacan23 committed Feb 29, 2024
1 parent faa31e5 commit 8fc0b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
sed -i '/\*.freezed.dart/d' .gitignore
sed -i '/\*.gr.dart/d' .gitignore
sed -i '/\/lib\/generated/d' .gitignore
git add .gitignore
git add --all .
git diff --staged --exit-code || git commit -m "Update .gitignore for main-pub branch"
Expand Down

0 comments on commit 8fc0b74

Please sign in to comment.