File tree 1 file changed +8
-7
lines changed 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -77,13 +77,14 @@ jobs:
77
77
run : |
78
78
git config user.name "Release bot"
79
79
git config user.email aws-devax-open-source@amazon.com
80
- - name : Push project metadata and changelog to trunk
81
- if : ${{ !inputs.skip_pypi }}
82
- run : |
83
- git add CHANGELOG.md
84
- git add pyproject.toml
85
- git commit -m "chore(ci): update project with version ${RELEASE_VERSION}"
86
- git push origin HEAD:refs/heads/develop
80
+ # Maintenance: temporarily disable until we confirm the correct permissions due to the new lockdown
81
+ # - name: Push project metadata and changelog to trunk
82
+ # if: ${{ !inputs.skip_pypi }}
83
+ # run: |
84
+ # git add CHANGELOG.md
85
+ # git add pyproject.toml
86
+ # git commit -m "chore(ci): update project with version ${RELEASE_VERSION}"
87
+ # git push origin HEAD:refs/heads/develop
87
88
- name : Build python package and wheel
88
89
if : ${{ !inputs.skip_pypi }}
89
90
run : poetry build
You can’t perform that action at this time.
0 commit comments