Skip to content

Commit 2c8b54c

Browse files
workflow edited
1 parent b993e97 commit 2c8b54c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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}}

0 commit comments

Comments
 (0)