File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
2
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
3
3
4
- name : Node.js Package
4
+ name : Cypress CLI Build and Publishing to NPM
5
5
6
6
on :
7
7
release :
10
10
jobs :
11
11
build :
12
12
runs-on : ubuntu-latest
13
- # if: github.repository_owner == 'lambdatest'
13
+ if : github.repository_owner == 'lambdatest'
14
14
steps :
15
15
- uses : actions/checkout@v2
16
16
- uses : actions/setup-node@v2
30
30
- name : PUBLISHING Cypress CLI Version ${{ github.event.release.tag_name }}
31
31
run : |
32
32
npm ci
33
- # npm publish --access public
33
+ npm publish --access public
34
34
echo "CHECKING on NPM REPO, whether new version starts reflecting there or not:";
35
35
npm view lambdatest-cypress-cli versions --json
36
36
env :
You can’t perform that action at this time.
0 commit comments