File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed
Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -29,19 +29,19 @@ jobs:
2929 env :
3030 NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
3131
32- publish-gpr :
33- needs : build
34- runs-on : ubuntu-latest
35- steps :
36- - uses : actions/checkout@v1
37- - uses : actions/setup-node@v1
38- env :
39- NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
40- with :
41- node-version : 14.x
42- registry-url : https://npm.pkg.github.com/
43- scope : ' @kenriortega'
44- - run : npm ci
45- - run : echo registry=https://npm.pkg.github.com/kenriortega >> .npmrc
46- - run : npm publish
32+ # publish-gpr:
33+ # needs: build
34+ # runs-on: ubuntu-latest
35+ # steps:
36+ # - uses: actions/checkout@v1
37+ # - uses: actions/setup-node@v1
38+ # env:
39+ # NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
40+ # with:
41+ # node-version: 14.x
42+ # registry-url: https://npm.pkg.github.com/
43+ # scope: '@kenriortega'
44+ # - run: npm ci
45+ # - run: echo registry=https://npm.pkg.github.com/kenriortega >> .npmrc
46+ # - run: npm publish
4747
Original file line number Diff line number Diff line change 11{
2- "name" : " @kenriortega/ cuba-weather-javascript" ,
2+ "name" : " cuba-weather-javascript" ,
33 "version" : " 1.1.0" ,
44 "description" : " Simple SDK for cuba_weather API" ,
55 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments