Skip to content

Commit

Permalink
fix: ci replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
bayang committed Jan 16, 2022
1 parent e1f6648 commit 0dabd70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"src/jelu-ui/package.json"
],
"from": "\"version\": .*",
"to": "\"version\": \"${nextRelease.version}\"",
"to": "\"version\": \"${nextRelease.version}\",",
"results": [
{
"file": "src/jelu-ui/package.json",
Expand Down
2 changes: 1 addition & 1 deletion src/jelu-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jelu-ui",
"version": "0.1.1"
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "vite --debug",
Expand Down

0 comments on commit 0dabd70

Please sign in to comment.