File tree 2 files changed +10
-12
lines changed
2 files changed +10
-12
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 : 10
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: 10
18
18
19
19
publish-npm :
20
- needs : build
20
+ # needs: build
21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- uses : actions/checkout@v2
@@ -30,14 +30,15 @@ jobs:
30
30
NODE_AUTH_TOKEN : ${{secrets.npm_token}}
31
31
32
32
publish-gpr :
33
- needs : build
33
+ # needs: build
34
34
runs-on : ubuntu-latest
35
35
steps :
36
36
- uses : actions/checkout@v2
37
37
- uses : actions/setup-node@v1
38
38
with :
39
39
node-version : 10
40
40
registry-url : https://npm.pkg.github.com/
41
+ scope : ' @Aveek-Saha'
41
42
- run : npm publish
42
43
env :
43
44
NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 43
43
"type" : " git" ,
44
44
"url" : " https://github.com/Aveek-Saha/js-data-structs.git"
45
45
},
46
- "publishConfig" : {
47
- "registry" : " https://npm.pkg.github.com/"
48
- },
49
46
"author" :
" Aveek Saha <[email protected] >" ,
50
47
"homepage" : " https://data-structs.netlify.com/" ,
51
48
"license" : " MIT"
You can’t perform that action at this time.
0 commit comments