Skip to content

Commit 8b4d0d7

Browse files
authored
Disable githhub pkgs publishing
1 parent 247e538 commit 8b4d0d7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tasks/npm-publish.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,3 @@ shift 2
1313
echo "Publishing ${PACKAGE_DIR} @${TAG} to NPMJS registry"
1414
"$D"/npmrc-use-npmjs.sh > .npmrc
1515
npm publish --access public --tag "${TAG}" "${PACKAGE_DIR}" "$@"
16-
17-
echo "Publishing ${PACKAGE_DIR} @${TAG} to Github Packages"
18-
"$D"/npmrc-use-github.sh > .npmrc
19-
npm publish --access public --tag "${TAG}" "${PACKAGE_DIR}" "$@"

0 commit comments

Comments
 (0)