Skip to content

Commit

Permalink
ci: trying to publish on npm through CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieumagalhaes committed Nov 19, 2024
1 parent 7b7a322 commit ca96ff8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: lts/*
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm ci
- name: Build
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}
registry=https://registry.npmjs.org/
always-auth=true
provenance=true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "github:mattickx/global-dom-listener"
"url": "https://github.com/mattickx/global-dom-listener"
},
"keywords": [
"DOM",
Expand Down

0 comments on commit ca96ff8

Please sign in to comment.