Skip to content

Commit bafbe4e

Browse files
committed
[FIX] package.json name
1 parent 3d098fb commit bafbe4e

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.github/workflows/npm-publish.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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",

0 commit comments

Comments
 (0)