We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bace489 commit fff75d2Copy full SHA for fff75d2
.github/workflows/prerelease.yml
@@ -25,5 +25,5 @@ jobs:
25
env:
26
CI: true
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
- NPM_TOKEN: ${{ secrets.GH_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
29
run: npx semantic-release
package.json
@@ -38,9 +38,6 @@
38
"description": "Svelte component with headroom based on collardeau/svelte-headroom with bottom pinning",
39
"author": "Mark Jones",
40
"license": "MIT",
41
- "publishConfig": {
42
- "registry": "https://npm.pkg.github.com"
43
- },
44
"repository": {
45
"type": "git",
46
"url": "https://github.com/taocode/svelte-headroom.git"
0 commit comments