Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
git add pyproject.toml
git commit -m "bump version to next patch level for nightly releases"
git add pretext/resources/resource_hash_table.json
git commit -m "commit changes to resource_hash_table.json"
git commit --allow-empty -m "commit changes to resource_hash_table.json"
git push -f --set-upstream origin ${{ env.VERSION }}-deploy
gh pr create --fill
gh pr merge -s -d -t "Update changelog and bump version to next patch level for nightly releases"
Expand Down