Skip to content

Commit 66e9090

Browse files
committed
updating Cypress-CLI CI/CD
1 parent d40246f commit 66e9090

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
on:
77
release:
@@ -10,7 +10,7 @@ on:
1010
jobs:
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
@@ -30,7 +30,7 @@ jobs:
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:

0 commit comments

Comments
 (0)