Skip to content

Commit

Permalink
feat(refactor): Update Release Please (#2268)
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat authored Oct 4, 2024
1 parent 63d0b55 commit 9b52f6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
config-file: release-please-config.json
release-type: node
File renamed without changes.
3 changes: 1 addition & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"last-release-sha": "99cfade027ce6ca81d0a14657d6bdd1b05406ad8",
"changelog-path": "docs/CHANGELOG.md"
"last-release-sha": "99cfade027ce6ca81d0a14657d6bdd1b05406ad8"
}

0 comments on commit 9b52f6d

Please sign in to comment.