Skip to content

Commit b563c3d

Browse files
committed
update ci
1 parent 49afa3e commit b563c3d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Release
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- main
@@ -40,8 +41,8 @@ jobs:
4041
uses: changesets/action@v1
4142
with:
4243
version: pnpm ci:version
43-
commit: "chore: update versions"
44-
title: "chore: update versions"
44+
commit: 'chore: update versions'
45+
title: 'chore: update versions'
4546
publish: pnpm ci:publish
4647
env:
4748
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)