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

Commit

Permalink
✌️
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina authored Jan 17, 2024
1 parent 06b16b2 commit 93aa585
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,7 @@ jobs:
git commit -am "Update CHANGELOG.md (prepend Unreleased)"
git push origin HEAD:${{ github.ref_name }}
fi
# 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 }}

0 comments on commit 93aa585

Please sign in to comment.