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 8a1d092 commit d054653Copy full SHA for d054653
.github/workflows/package.yml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
git config --global user.name "GitHub Actions"
30
git add dist/
31
- git commit -m "Update dist" || echo "No changes to commit"
+ git commit -f -m "Update dist" || echo "No changes to commit"
32
git push origin main
33
34
- name: Release
0 commit comments