Skip to content

Commit d054653

Browse files
author
Paul Ashton
committed
force commit
1 parent 8a1d092 commit d054653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
git config --global user.name "GitHub Actions"
3030
git add dist/
31-
git commit -m "Update dist" || echo "No changes to commit"
31+
git commit -f -m "Update dist" || echo "No changes to commit"
3232
git push origin main
3333
3434
- name: Release

0 commit comments

Comments
 (0)