File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change
1
+ name : prettierForViteReact
1
2
on :
2
3
push :
3
- tags : ' v. .*'
4
- release :
5
- types : [created]
4
+ tags : ' v*.* .*'
5
+ release :
6
+ types : [created]
6
7
7
8
jobs :
8
9
build :
9
10
runs-on : ubuntu-latest
10
11
steps :
11
-
12
- uses : actions/checkout@v3
13
- uses : actions/setup-node@v3
14
- with :
15
- node-version : ' 20.x'
16
- registry-url : ' https://registry.npmjs.org/'
17
- run : npm install
18
- run : npm test
19
- run : npm publish
20
- env :
21
- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
12
+ - uses : actions/checkout@v3
13
+ - uses : actions/setup-node@v3
14
+ with :
15
+ node-version : ' 20.x' # Actualización de la versión de Node.js
16
+ registry-url : ' https://registry.npmjs.org/'
17
+ - run : npm install
18
+ - run : npm test
19
+ - run : npm publish
20
+ env :
21
+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments