File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -30,16 +30,16 @@ jobs:
30
30
needs : test
31
31
if : github.ref == 'refs/heads/master' # publish only when merged in master, not on PR
32
32
runs-on : ubuntu-latest
33
- steps :
34
- - uses : actions/checkout@v2
35
- with :
36
- fetch-depth : 1
37
- - uses : actions/setup-node@v1
38
- with :
39
- node-version : 12
40
- registry-url : https://registry.npmjs.org/
41
- - run : npx semantic-release@17
42
- env :
43
- NODE_AUTH_TOKEN : ${{secrets.npm_token}}
44
- GH_TOKEN : ${{secrets.GH_TOKEN}}
45
-
33
+ steps :
34
+ - uses : actions/checkout@v2
35
+ with :
36
+ fetch-depth : 1
37
+ - uses : actions/setup-node@v1
38
+ with :
39
+ node-version : 12
40
+ registry-url : https://registry.npmjs.org/
41
+ - run : npx semantic-release@17
42
+ env :
43
+ NODE_AUTH_TOKEN : ${{secrets.npm_token}}
44
+ GH_TOKEN : ${{secrets.GH_TOKEN}}
45
+
You can’t perform that action at this time.
0 commit comments