Skip to content

Commit ff4d85e

Browse files
committed
chore(ci): temporarily disable changelog push on release
1 parent 449b183 commit ff4d85e

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/publish.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,14 @@ jobs:
7777
run: |
7878
git config user.name "Release bot"
7979
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
8788
- name: Build python package and wheel
8889
if: ${{ !inputs.skip_pypi }}
8990
run: poetry build

0 commit comments

Comments
 (0)