Skip to content

Commit adc6b10

Browse files
committed
ci: fix publish step in deploy workflow - part of migration to npm
1 parent bd238c6 commit adc6b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
node-version: '16.x'
2929
registry-url: 'https://registry.npmjs.org'
3030
scope: '@t13'
31-
- run: npm
31+
- run: npm ci
3232
- name: Publish package on NPM 📦
3333
run: npm publish
3434
env:

0 commit comments

Comments
 (0)