Skip to content

Commit

Permalink
npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jimobrien committed Aug 7, 2023
1 parent fdcac64 commit 95ed60d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://npm.pkg.github.com/
registry-url: https://registry.npmjs.org/
scope: "@rabbitholegg"

- name: Install dependencies
Expand All @@ -61,5 +61,5 @@ jobs:
publish: pnpm changeset:release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
18 changes: 5 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,15 @@
"typecheck": "tsc --noEmit"
},
"keywords": [],
"authors": [
"rabbitholegg"
],
"authors": ["rabbitholegg"],
"license": "MIT",
"types": "./dist/types/index.d.ts",
"typings": "./dist/types/index.d.ts",
"typesVersions": {
"*": {
"utils": [
"./dist/types/utils/index.d.ts"
],
"actions": [
"./dist/types/actions/index.d.ts"
],
"filter": [
"./dist/types/filter/index.d.ts"
]
"utils": ["./dist/types/utils/index.d.ts"],
"actions": ["./dist/types/actions/index.d.ts"],
"filter": ["./dist/types/filter/index.d.ts"]
}
},
"sideEffects": false,
Expand Down Expand Up @@ -114,7 +106,7 @@
},
"repository": "rabbitholegg/questdk",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
"registry": "https://registry.npmjs.org/"
},
"pnpm": {
"overrides": {
Expand Down

0 comments on commit 95ed60d

Please sign in to comment.