File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
22# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
33
4- name : Node.js Package
4+ name : Cypress CLI Build and Publishing to NPM
55
66on :
77 release :
1010jobs :
1111 build :
1212 runs-on : ubuntu-latest
13- # if: github.repository_owner == 'lambdatest'
13+ if : github.repository_owner == 'lambdatest'
1414 steps :
1515 - uses : actions/checkout@v2
1616 - uses : actions/setup-node@v2
3030 - name : PUBLISHING Cypress CLI Version ${{ github.event.release.tag_name }}
3131 run : |
3232 npm ci
33- # npm publish --access public
33+ npm publish --access public
3434 echo "CHECKING on NPM REPO, whether new version starts reflecting there or not:";
3535 npm view lambdatest-cypress-cli versions --json
3636 env :
You can’t perform that action at this time.
0 commit comments