We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc7bdc commit f27f18eCopy full SHA for f27f18e
1 file changed
.github/workflows/cd_release.yml
@@ -70,7 +70,7 @@ jobs:
70
if: steps.update_version_step.outputs.continue_workflow == 'true'
71
run: |
72
git add app/__init__.py CHANGELOG.md
73
- git commit -m "[bot] Update version and CHANGELOG"
+ git commit -m "[bot] Update version and CHANGELOG [skip ci]"
74
75
- name: Update '${{ env.DEFAULT_REPO_BRANCH }}'
76
0 commit comments