Skip to content

Commit

Permalink
chore: try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Feb 23, 2024
1 parent 2dce386 commit 903f069
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
Empty file added .release-please-manifest.json
Empty file.
16 changes: 16 additions & 0 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "node",
"extra-files": [
{
"type": "json",
"path": "satellite/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "webui/package.json",
"jsonpath": "$.version"
}
]
}
7 changes: 2 additions & 5 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v4
with:
# use a token so that git pushes trigger subsequent workflow runs
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
release-type: node
extra-files: |
{"type": "json","path": "satellite/package.json","jsonpath": "$.version"}
{"type": "json","path": "webui/package.json","jsonpath": "$.version"}
config-file: .github/release-please-config.json

0 comments on commit 903f069

Please sign in to comment.