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