Skip to content

Commit

Permalink
remove step in release action (#8479)
Browse files Browse the repository at this point in the history
Co-authored-by: Fan Shang Xiang <[email protected]>
  • Loading branch information
1 parent 29e24e4 commit fe38515
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,14 +190,7 @@ jobs:
./artifacts/cloud-controller-manager-*-*/*
./artifacts/acr-credential-provider-*-*/*
- name: Update site release note
uses: peter-evans/create-pull-request@4320041ed380b20e97d388d56a7fb4f9b8c20e79 # v7.0.0
with:
branch: doc/release-note-${{github.ref_name}}
delete-branch: true
base: documentation
commit-message: Update release notes for ${{github.ref_name}}

- uses: stefanzweifel/git-auto-commit-action@v5
uses: stefanzweifel/git-auto-commit-action@v5
with:
# Optional. Commit message for the created commit.
# Defaults to "Apply automatic changes"
Expand Down

0 comments on commit fe38515

Please sign in to comment.