Skip to content

Commit

Permalink
chore: prepare v1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Nov 12, 2022
1 parent 14fcf27 commit c6d5a24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
version: 6.24.0
run_install: true
- name: Release
run: npx kanpai release --channel=next --pre
run: npx kanpai release --channel=latest
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ Read the announcement [post](https://harlanzw.com/blog/vue-use-head-v1), provide
## Installation

```bash
npm i @vueuse/head@next
npm i @vueuse/head
# Or Yarn
yarn add @vueuse/head@next
yarn add @vueuse/head
```

> Requires vue >= v3 or >=2.7
Expand Down

0 comments on commit c6d5a24

Please sign in to comment.