Skip to content

Commit 3ee323a

Browse files
committed
chore(package): set npm registry to gihub
1 parent 4ece9c4 commit 3ee323a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/publish-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docker Publish
1+
name: Publish Docker
22

33
on:
44
push:

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
"prettier --write --ignore-unknown"
5454
]
5555
},
56+
"publishConfig": {
57+
"registry": "https://npm.pkg.github.com"
58+
},
5659
"docker": {
5760
"registry": "ghcr.io/coldrun"
5861
}

0 commit comments

Comments
 (0)