forked from mml-io/3d-web-experience
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
disable packages publishing after upstream merge
- Loading branch information
1 parent
1d17d73
commit 6944f8d
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,8 +107,8 @@ jobs: | |
# git config --global user.email "[email protected]" | ||
# git config --global user.name "lerna-ci-mml" | ||
|
||
# Set up npm auth token from secret for publishing | ||
npm config set //registry.npmjs.org/:_authToken=${NPM_TOKEN} | ||
# # Set up npm auth token from secret for publishing | ||
# npm config set //registry.npmjs.org/:_authToken=${NPM_TOKEN} | ||
|
||
# # Publish the current commit as an "experimental" version | ||
# version="0.0.0-experimental-$(git rev-parse --short HEAD)-$(date +'%Y%m%d')" | ||
|
@@ -138,8 +138,8 @@ jobs: | |
# git config --global user.email "[email protected]" | ||
# git config --global user.name "lerna-ci-mml" | ||
|
||
# Set up npm auth token from secret for publishing | ||
npm config set //registry.npmjs.org/:_authToken=${NPM_TOKEN} | ||
# # Set up npm auth token from secret for publishing | ||
# echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc | ||
|
||
# # Attempt to publish at the current version - this will skip if the version already exists | ||
# echo "Attempting to publishing latest version" | ||
|