We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe6fbf commit 9f239d3Copy full SHA for 9f239d3
.github/workflows/publish.yml
@@ -2,7 +2,8 @@ name: Publish Packages
2
3
on:
4
push:
5
- branches: [ master ]
+ tags:
6
+ - v*
7
8
workflow_dispatch:
9
@@ -20,7 +21,7 @@ jobs:
20
21
GH_TOKEN: ${{ secrets.GH_TOKEN }}
22
run: |
23
yarn build:bundle
- yarn ci
24
+ yarn release
25
26
publish-windows:
27
@@ -38,7 +39,7 @@ jobs:
38
39
40
41
42
43
44
publish-macos:
45
@@ -53,4 +54,4 @@ jobs:
53
54
55
56
57
0 commit comments