Skip to content

Commit fff75d2

Browse files
committed
feat: publish to npmjs instead of github
1 parent bace489 commit fff75d2

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
env:
2626
CI: true
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28-
NPM_TOKEN: ${{ secrets.GH_TOKEN }}
28+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2929
run: npx semantic-release

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@
3838
"description": "Svelte component with headroom based on collardeau/svelte-headroom with bottom pinning",
3939
"author": "Mark Jones",
4040
"license": "MIT",
41-
"publishConfig": {
42-
"registry": "https://npm.pkg.github.com"
43-
},
4441
"repository": {
4542
"type": "git",
4643
"url": "https://github.com/taocode/svelte-headroom.git"

0 commit comments

Comments
 (0)