This repository was archived by the owner on Mar 17, 2024. It is now read-only.
File tree 3 files changed +19
-19
lines changed
3 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 8
8
types : [created]
9
9
10
10
jobs :
11
- build :
12
- runs-on : ubuntu-latest
13
- steps :
14
- - uses : actions/checkout@v2
15
- - uses : actions/setup-node@v1
16
- with :
17
- node-version : 12
18
- - run : yarn install
19
- # - run: npm test
11
+ # build:
12
+ # runs-on: ubuntu-latest
13
+ # steps:
14
+ # - uses: actions/checkout@v2
15
+ # - uses: actions/setup-node@v1
16
+ # with:
17
+ # node-version: 12
18
+ # - run: yarn install
19
+ # - run: npm test
20
20
21
21
publish-gpr :
22
22
needs : build
Original file line number Diff line number Diff line change 8
8
types : [created]
9
9
10
10
jobs :
11
- build :
12
- runs-on : ubuntu-latest
13
- steps :
14
- - uses : actions/checkout@v2
15
- - uses : actions/setup-node@v1
16
- with :
17
- node-version : 12
18
- - run : yarn install
11
+ # build:
12
+ # runs-on: ubuntu-latest
13
+ # steps:
14
+ # - uses: actions/checkout@v2
15
+ # - uses: actions/setup-node@v1
16
+ # with:
17
+ # node-version: 12
18
+ # - run: yarn install
19
19
# - run: npm test
20
20
21
21
publish-npm :
29
29
registry-url : https://registry.npmjs.org/
30
30
- run : yarn install
31
31
- run : yarn build:js
32
- - run : npm publish
32
+ - run : npm publish --access public
33
33
env :
34
34
NODE_AUTH_TOKEN : ${{secrets.NPM_PACKAGE}}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xsoulspace/vue_flutter_tailwind" ,
3
3
"description" : " Vue3 styled like Flutter with Tailwind CSS" ,
4
- "version" : " 0.3.1 " ,
4
+ "version" : " 0.3.2 " ,
5
5
"private" : false ,
6
6
"author" : {
7
7
"name" : " Anton Malofeev" ,
You can’t perform that action at this time.
0 commit comments