Skip to content

Commit

Permalink
chore: try different release-please config
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Feb 22, 2024
1 parent cedbee8 commit ff7173b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "node",
"extra-files": [
"satellite/package.json",
"webui/package.json"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ jobs:
with:
# use a token so that git pushes trigger subsequent workflow runs
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
release-type: node
config-file: .github/release-please-config.json

0 comments on commit ff7173b

Please sign in to comment.