We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cdd913 commit f90c04aCopy full SHA for f90c04a
.github/workflows/release.yml
@@ -66,10 +66,8 @@ jobs:
66
67
- name: Commit and Push
68
run: |
69
- if [ $(git status dist --porcelain=v1 2>/dev/null | wc -l) != "0" ] ; then
70
- git config user.name "GitHub Actions"
71
- git config user.email [email protected]
72
- git add .
73
- git commit -m "chore: updated build"
74
- git push origin HEAD --force
75
- fi
+ git config user.name "GitHub Actions"
+ git config user.email [email protected]
+ git add .
+ git commit -m "chore: updated build"
+ git push origin HEAD --force
0 commit comments