Skip to content

Commit 77d57f2

Browse files
committed
feat: fix ver
1 parent 734edde commit 77d57f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Publish
22

33
on:
4-
release:
5-
types:
6-
- published
4+
push:
5+
branches:
6+
- main
77

88
jobs:
99
publish:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-custom-hooks",
33
"displayName": "React Custom Hooks",
44
"description": "Insert custom react hooks to your project with autocomplete support",
5-
"version": "0.1.2",
5+
"version": "1.0.1",
66
"engines": {
77
"vscode": "^1.92.0"
88
},

0 commit comments

Comments
 (0)