We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 734edde commit 77d57f2Copy full SHA for 77d57f2
.github/workflows/publish.yml
@@ -1,9 +1,9 @@
1
name: Publish
2
3
on:
4
- release:
5
- types:
6
- - published
+ push:
+ branches:
+ - main
7
8
jobs:
9
publish:
package.json
@@ -2,7 +2,7 @@
"name": "react-custom-hooks",
"displayName": "React Custom Hooks",
"description": "Insert custom react hooks to your project with autocomplete support",
- "version": "0.1.2",
+ "version": "1.0.1",
"engines": {
"vscode": "^1.92.0"
},
0 commit comments