We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c055c commit d40246fCopy full SHA for d40246f
.github/workflows/npm-publish.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
build:
12
runs-on: ubuntu-latest
13
- if: github.repository_owner == 'lambdatest'
+ #if: github.repository_owner == 'lambdatest'
14
steps:
15
- uses: actions/checkout@v2
16
- uses: actions/setup-node@v2
@@ -30,7 +30,7 @@ jobs:
30
- name: PUBLISHING Cypress CLI Version ${{ github.event.release.tag_name }}
31
run: |
32
npm ci
33
- npm publish --access public
+ #npm publish --access public
34
echo "CHECKING on NPM REPO, whether new version starts reflecting there or not:";
35
npm view lambdatest-cypress-cli versions --json
36
env:
0 commit comments