Skip to content

Commit 10e14fb

Browse files
authored
allow empty commits (#948)
1 parent 1d5f6a9 commit 10e14fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
git add pyproject.toml
107107
git commit -m "bump version to next patch level for nightly releases"
108108
git add pretext/resources/resource_hash_table.json
109-
git commit -m "commit changes to resource_hash_table.json"
109+
git commit --allow-empty -m "commit changes to resource_hash_table.json"
110110
git push -f --set-upstream origin ${{ env.VERSION }}-deploy
111111
gh pr create --fill
112112
gh pr merge -s -d -t "Update changelog and bump version to next patch level for nightly releases"

0 commit comments

Comments
 (0)