Skip to content

Commit

Permalink
Merge pull request #141 from DeNA/chore/draft-release-action
Browse files Browse the repository at this point in the history
chore: add -u flag
  • Loading branch information
asurato authored Jan 15, 2025
2 parents 62d43ec + 24479f7 commit 255606f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
npm version --no-git-tag-version ${{ steps.next-version.outputs.version }}
git add .
git commit -m"Bump version to v${{ steps.next-version.outputs.version }}"
git push origin HEAD
git push -u origin HEAD
gh pr create --title "Release v${{ steps.next-version.outputs.version }}" --body-file ".github/release-pr-template.md" --reviewer ${{ github.actor }} --label "skip-changelog"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 255606f

Please # to comment.