Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
8 changes: 4 additions & 4 deletions .github/workflows/cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,17 @@ jobs:
if: steps.update_version_step.outputs.continue_workflow == 'true'
run: |
git add app/__init__.py CHANGELOG.md
git commit --amend -C HEAD
git commit -m "[bot] Update version and CHANGELOG"
Comment thread
CasperWA marked this conversation as resolved.
Outdated

- name: Update '${{ env.DEFAULT_REPO_BRANCH }}'
if: steps.update_version_step.outputs.continue_workflow == 'true'
uses: CasperWA/push-protected@v2
with:
token: ${{ secrets.RELEASE_PAT }}
branch: ${{ env.DEFAULT_REPO_BRANCH }}
sleep: 15
force: true
unprotect_reviews: false
pre_sleep: 15
force: false
unprotect_reviews: true
Comment thread
CasperWA marked this conversation as resolved.

publish_container_image:
name: Publish Container image on GH Packages
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -570,3 +570,5 @@ MigrationBackup/
constraints.txt

.*_cache/

.claude/