File tree Expand file tree Collapse file tree 2 files changed +5
-33
lines changed Expand file tree Collapse file tree 2 files changed +5
-33
lines changed Original file line number Diff line number Diff line change 8
8
jobs :
9
9
publish :
10
10
runs-on : ubuntu-latest
11
-
12
- strategy :
13
- matrix :
14
- node-version : [12]
15
-
16
11
steps :
17
12
- uses : actions/checkout@v2
18
-
19
- - name : Use Node.js ${{ matrix.node-version }}
20
- uses : actions/setup-node@v2
13
+ - uses : actions/setup-node@v2
21
14
with :
22
- node-version : ${{ matrix.node-version }}
15
+ node-version : ' 12.x '
23
16
registry-url : ' https://registry.npmjs.org'
24
17
scope : ' @mertasan'
25
-
26
- - name : Use cached node_modules
27
- id : cache-publish
28
- uses : actions/cache@v2
29
- with :
30
- path : node_modules
31
- key : nodeModules-${{ hashFiles('**/package-lock.json') }}-${{ matrix.node-version }}-publish
32
- restore-keys : |
33
- nodeModules-
34
- - name : Install dependencies
35
- if : steps.cache-publish.outputs.cache-hit != 'true'
36
- run : npm install
37
- env :
38
- CI : true
39
-
40
- - name : Test
41
- run : npm run test
42
- env :
43
- CI : true
44
-
45
- - name : Publish
46
- run : npm publish
18
+ - run : npm install
19
+ - run : npm publish
47
20
env :
48
- CI : true
49
21
NODE_AUTH_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mertasan/tailwindcss-variables" ,
3
- "version" : " 1.4.0 " ,
3
+ "version" : " 1.4.1 " ,
4
4
"description" : " Easily create css variables without the need for a css file!" ,
5
5
"main" : " src/index.js" ,
6
6
"license" : " GPL-3.0-or-later" ,
You can’t perform that action at this time.
0 commit comments