Skip to content

Commit

Permalink
CI/CD Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactoring committed Mar 3, 2024
1 parent 0d6a932 commit 198bf47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,13 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- name: Installing dependencies
run: npm ci
- name: Building sources
run: npm run build
- name: Publishing
run: npm publish dist
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.npmjs.org/
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
"type": "git",
"url": "git+https://github.com/MrRefactoring/confluence.js.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"main": "out/index.js",
"types": "out/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 198bf47

Please sign in to comment.