Skip to content

Commit 01556c0

Browse files
author
Paul Ashton
committed
force add
1 parent d054653 commit 01556c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Commit
2828
run: |
2929
git config --global user.name "GitHub Actions"
30-
git add dist/
31-
git commit -f -m "Update dist" || echo "No changes to commit"
30+
git add -f dist/
31+
git commit -m "Update dist" || echo "No changes to commit"
3232
git push origin main
3333
3434
- name: Release

0 commit comments

Comments
 (0)