Skip to content

Commit

Permalink
chore(release-please): upgrade action to v4 and adjust configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed Jul 23, 2024
1 parent 272d251 commit e93ca9c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ jobs:
major: ${{ steps.release.outputs.major }}
minor: ${{ steps.release.outputs.minor }}
steps:
- uses: google-github-actions/release-please-action@v3
- uses: googleapis/release-please-action@v4
id: release
with:
release-type: node
bump-minor-pre-major: true
default-branch: ${{ github.ref_name }}

create-version:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e93ca9c

Please sign in to comment.