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 22, 2024
1 parent 4892ff1 commit 2dce386
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
release-type: node
extra-files: |
satellite/package.json
webui/package.json
{"type": "json","path": "satellite/package.json","jsonpath": "$.version"}
{"type": "json","path": "webui/package.json","jsonpath": "$.version"}
2 changes: 1 addition & 1 deletion webui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webui",
"private": true,
"version": "0.0.0",
"version": "1.7.0-0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 2dce386

Please sign in to comment.