Skip to content

Commit 198bf47

Browse files
committed
CI/CD Changes
1 parent 0d6a932 commit 198bf47

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,13 @@ jobs:
8787
uses: actions/setup-node@v4
8888
with:
8989
node-version: 18
90+
registry-url: https://registry.npmjs.org/
9091
- name: Installing dependencies
9192
run: npm ci
9293
- name: Building sources
9394
run: npm run build
9495
- name: Publishing
95-
run: npm publish dist
96+
run: npm publish
9697
env:
9798
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
9899

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://registry.npmjs.org/

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
"type": "git",
1010
"url": "git+https://github.com/MrRefactoring/confluence.js.git"
1111
},
12-
"publishConfig": {
13-
"registry": "https://registry.npmjs.org/"
14-
},
1512
"main": "out/index.js",
1613
"types": "out/index.d.ts",
1714
"scripts": {

0 commit comments

Comments
 (0)