Skip to content

Commit

Permalink
chore(deps): update release-please to v4 (#1901)
Browse files Browse the repository at this point in the history
* chore(deps): update release-please to v4

* fix(release-please): use target-branch in config
  • Loading branch information
pichlermarc authored Jan 30, 2024
1 parent 32204a3 commit 497a3c3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ jobs:
run: |
npm ci
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v4
id: release
with:
command: manifest
token: ${{secrets.RELEASE_PR_TOKEN}}
default-branch: main
target-branch: main

# get release PR as we're currently on main
- name: Checkout release PR
Expand Down

0 comments on commit 497a3c3

Please sign in to comment.