Skip to content

Commit

Permalink
ci: update token
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jun 27, 2022
1 parent 69101d4 commit 56d0c5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- run: npx conventional-github-releaser -p angular
env:
CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}}
CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GH_TOKEN}}
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@
"scule": "^0.2.1",
"unplugin": "^0.7.0"
},
"peerDependencies": {
"vue-router": "^4.1.0"
},
"peerDependenciesMeta": {
"vue-router": {
"optional": true
}
},
"devDependencies": {
"bumpp": "^8.1.0",
"esno": "^0.16.3",
Expand Down

0 comments on commit 56d0c5d

Please sign in to comment.