Skip to content

Commit

Permalink
disable packages publishing after upstream merge
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCodeTherapy committed Aug 5, 2024
1 parent 1d17d73 commit 6944f8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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')"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 6944f8d

Please sign in to comment.