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