We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b2ce2 commit b8299caCopy full SHA for b8299ca
.github/workflows/npm-publish.yml
@@ -1,7 +1,8 @@
1
name: prettierForViteReact
2
on:
3
push:
4
- tags: 'v*.*.*'
+ tags:
5
+ - 'v*.*.*'
6
release:
7
types: [created]
8
0 commit comments