Skip to content

Commit d321a0a

Browse files
Merge pull request #35 from Shivanshu-lambdatest/master
workflow edited
2 parents b993e97 + a196e00 commit d321a0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
name: Publish Node Tunnel Package
1+
name: Publish Testcafe Package
32

43
on:
54
release:
@@ -26,6 +25,7 @@ jobs:
2625
node-version: 14
2726
registry-url: https://registry.npmjs.org/
2827
- run: npm install
28+
- run: npm run build
2929
- run: npm publish --access public
3030
env:
3131
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "testcafe-browser-provider-lambdatest",
3-
"version": "2.0.19",
3+
"version": "2.0.20",
44
"description": "lambdatest TestCafe browser provider plugin.",
55
"repository": "https://github.com/LambdaTest/testcafe-browser-provider-lambdatest",
66
"homepage": "https://github.com/LambdaTest/testcafe-browser-provider-lambdatest",

0 commit comments

Comments
 (0)