Skip to content

Commit 266f3b2

Browse files
authored
Update node.js.yml
1 parent 1644b8b commit 266f3b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ jobs:
4242
- name: Install dependencies
4343
run: npm install
4444

45-
- name: Run tests
46-
run: npm start
45+
- name: publish
46+
- run: npm ci
47+
- run: npm publish --provenance --access public
4748
env:
4849
MONGO_URI: ${{ secrets.MONGO_URI }}
4950
SECRETKEY: ${{ secrets.SECRETKEY }}

0 commit comments

Comments
 (0)