From 6944f8dd6a9f62945058a8a3936c38aa2ad96865 Mon Sep 17 00:00:00 2001 From: TheCodeTherapy Date: Mon, 5 Aug 2024 15:14:51 +0100 Subject: [PATCH] disable packages publishing after upstream merge --- .github/workflows/main.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 2938befe..0e68f2f8 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -107,8 +107,8 @@ jobs: # git config --global user.email "lerna-ci@mml.io" # 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 "lerna-ci@mml.io" # 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"