Skip to content

Commit

Permalink
fix: generate release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Nov 23, 2023
1 parent 134015e commit e5164a0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref }}

- run: npm version ${{ inputs.semver }} --no-git-tag-version --workspaces

Expand Down Expand Up @@ -63,8 +61,8 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
base: ${{ github.ref }}
branch: release-${{ github.ref_name }}-${{ steps.get_version.outputs.NEW_VERSION }}
base: main
branch: release-${{ steps.get_version.outputs.NEW_VERSION }}
token: ${{secrets.GITHUB_TOKEN}}
commit-message: "bump: v${{ steps.get_version.outputs.NEW_VERSION }}"
body: ${{ steps.get_release_note.outputs.result }}
Expand Down

0 comments on commit e5164a0

Please sign in to comment.