From de940b81c1d84f2153e1114d9afcd9748c17150f Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Sat, 24 Oct 2020 21:42:08 +0100 Subject: [PATCH] fix --- .github/workflows/npm-publish.yml | 1 + package.json | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 9fefea4..2c456e8 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -30,5 +30,6 @@ jobs: registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm run build + - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.npm_token}} diff --git a/package.json b/package.json index 6dcc9cf..163a37c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git+https://gitlab.com/shockbyte/whmcs-node.git" + "url": "git+https://github.com/shockbyte/whmcs-node.git" }, "keywords": [], "author": "Shockbyte", @@ -26,9 +26,9 @@ ], "license": "ISC", "bugs": { - "url": "https://gitlab.com/shockbyte/whmcs-node/issues" + "url": "https://github.com/shockbyte/whmcs-node/issues" }, - "homepage": "https://gitlab.com/shockbyte/whmcs-node#readme", + "homepage": "https://github.com/shockbyte/whmcs-node#readme", "dependencies": { "got": "^11.8.0" }