We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d5f6a9 commit 10e14fbCopy full SHA for 10e14fb
1 file changed
.github/workflows/deploy-stable.yml
@@ -106,7 +106,7 @@ jobs:
106
git add pyproject.toml
107
git commit -m "bump version to next patch level for nightly releases"
108
git add pretext/resources/resource_hash_table.json
109
- git commit -m "commit changes to resource_hash_table.json"
+ git commit --allow-empty -m "commit changes to resource_hash_table.json"
110
git push -f --set-upstream origin ${{ env.VERSION }}-deploy
111
gh pr create --fill
112
gh pr merge -s -d -t "Update changelog and bump version to next patch level for nightly releases"
0 commit comments