We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efeae60 commit e0dc0a2Copy full SHA for e0dc0a2
1 file changed
.github/workflows/1-release.yml
@@ -40,6 +40,7 @@ jobs:
40
run: |
41
git config --local user.email "action@github.com"
42
git config --local user.name "github-actions[bot]"
43
+ git config set advice.addIgnoredFile false
44
git add dist/
45
git commit -m "chore: update distributed files" || echo "No changes to commit"
46
git push
0 commit comments