Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina authored Jan 17, 2024
1 parent 9cb5a13 commit ef53a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ jobs:
# PRを作成
- name: Create PR
run: |
gh pr create --title "Release: ${{ steps.increment_version.outputs.result }}" --body "${{ steps.changelog.outputs.changelog }}" --base release/${{ steps.increment_version.outputs.result }} --head ${{ github.ref_name }}
gh pr create --draft --title "Release: ${{ steps.increment_version.outputs.result }}" --body "${{ steps.changelog.outputs.changelog }}" --head release/${{ steps.increment_version.outputs.result }} --base ${{ github.ref_name }}

0 comments on commit ef53a4a

Please sign in to comment.