Skip to content

Commit

Permalink
[HOTFIX(for developer)]add publish option (fixed owner and repo, remo…
Browse files Browse the repository at this point in the history
…ve version's "v") (#245)

* add publish option (fixed owner and repo, remove version's "v")

* Apply suggestions from code review

Co-authored-by: Hiroshiba <[email protected]>
  • Loading branch information
y-chan and Hiroshiba authored Sep 20, 2021
1 parent 388bfe8 commit 43ce70a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ module.exports = {
oneClick: false,
allowToChangeInstallationDirectory: true,
},
publish: {
provider: "github",
repo: "voicevox",
vPrefixedTagName: false,
},
},
},
},
Expand Down

0 comments on commit 43ce70a

Please sign in to comment.