From 7dc9e2f38e3efe64aa46da9bf4fac3e764a0c2df Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 27 Oct 2021 13:49:43 +0100 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 36 +++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 91a90e2..e79ea2d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -90,22 +90,22 @@ jobs: with: cwd: './services' - - name: npm install - working-directory: services - if: github.ref == 'refs/heads/master' - run: | - git status - cd clients/ts; - npm install - npm run build - npm publish --access public +# - name: npm install +# working-directory: services +# if: github.ref == 'refs/heads/master' +# run: | +# git status +# cd clients/ts; +# npm install +# npm run build +# npm publish --access public - - name: npm install beta - working-directory: services - if: github.ref == 'refs/heads/beta' - run: | - git status - cd clients/ts; - npm install - npm run build - npm publish --access public --tag beta \ No newline at end of file +# - name: npm install beta +# working-directory: services +# if: github.ref == 'refs/heads/beta' +# run: | +# git status +# cd clients/ts; +# npm install +# npm run build +# npm publish --access public --tag beta