Skip to content

Commit

Permalink
💚 use v1 changeset/actions (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
JiangWeixian authored Apr 10, 2023
1 parent 33d2953 commit a0a1e5d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/funny-candles-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@aiou/rollup-template": patch
---

use changset/actions@v1
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: install dependencies
run: pnpm install --frozen-lockfile=false
- name: create and publish versions
uses: changesets/action@master
uses: changesets/action@v1
with:
version: pnpm ci:version
commit: "chore: update versions"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: install dependencies
run: pnpm install --frozen-lockfile=false
- name: create and publish versions
uses: changesets/action@master
uses: changesets/action@v1
with:
version: pnpm ci:snapshot
commit: "chore: update versions"
Expand Down

0 comments on commit a0a1e5d

Please sign in to comment.