Skip to content

Commit fe38515

Browse files
remove step in release action (#8479)
Co-authored-by: Fan Shang Xiang <[email protected]>
1 parent 29e24e4 commit fe38515

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -190,14 +190,7 @@ jobs:
190190
./artifacts/cloud-controller-manager-*-*/*
191191
./artifacts/acr-credential-provider-*-*/*
192192
- name: Update site release note
193-
uses: peter-evans/create-pull-request@4320041ed380b20e97d388d56a7fb4f9b8c20e79 # v7.0.0
194-
with:
195-
branch: doc/release-note-${{github.ref_name}}
196-
delete-branch: true
197-
base: documentation
198-
commit-message: Update release notes for ${{github.ref_name}}
199-
200-
- uses: stefanzweifel/git-auto-commit-action@v5
193+
uses: stefanzweifel/git-auto-commit-action@v5
201194
with:
202195
# Optional. Commit message for the created commit.
203196
# Defaults to "Apply automatic changes"

0 commit comments

Comments
 (0)