Skip to content

Commit

Permalink
fix(ci): Bump release-please-action to v4 (matter-labs#1666)
Browse files Browse the repository at this point in the history
## What ❔

Fixes release-please config broken after matter-labs#1584, by bumping the
corresponding GitHub action.

## Why ❔

release-please shouldn't be broken.

## Checklist

- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
  • Loading branch information
slowli committed Apr 12, 2024
1 parent b0b8f89 commit eb43240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/release-please/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"bootstrap-sha": "691a7008f6d1f88fb9a5b6b8d92592e1199f37ea",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"include-component-in-tag": true,
"packages": {
"core": {
"release-type": "simple",
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ jobs:
steps:
- name: Run release-please
id: release
uses: google-github-actions/release-please-action@v3
uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.RELEASE_TOKEN }}
command: manifest
config-file: .github/release-please/config.json
manifest-file: .github/release-please/manifest.json
monorepo-tags: true

- name: Send Release Info
if: ${{ steps.release.outputs.releases_created }}
Expand Down

0 comments on commit eb43240

Please sign in to comment.