Skip to content

Commit

Permalink
removed unwanted actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pallabmaiti committed Sep 27, 2023
1 parent 9271f5c commit fa85741
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/draft-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,3 @@ jobs:
pr_title: "chore(release): pulling ${{ steps.create-release.outputs.branch_name }} into master"
pr_body: ":crown: *An automated PR*\n\n${{ steps.finish-release.outputs.commit_summary }}"
pr_reviewer: 'pallabmaiti'

- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.PAT }}
event-type: private-release
client-payload: '{"branch_name": "${{ steps.create-release.outputs.branch_name }}"}'

0 comments on commit fa85741

Please sign in to comment.