Skip to content

Commit

Permalink
feat: create-pull-request -> gh pr create
Browse files Browse the repository at this point in the history
  • Loading branch information
atsuyaw committed Oct 22, 2024
1 parent 468b2a4 commit 973ed86
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@ jobs:
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: Run create-pull-request
uses: peter-evans/create-pull-request@v7
with:
author: >-
github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
branch: "${{ github.ref_name }}"
base: "main"
title: "Release/${{ github.ref_name }}"
- name: Create PR
run: >-
gh pr create
--base main
--head "${{ github.ref_name }}"
--title "Release/${{ github.ref_name }}"

0 comments on commit 973ed86

Please sign in to comment.