Skip to content

Commit 68c6950

Browse files
committed
Fix CI to correctly run npm publish
1 parent 1856876 commit 68c6950

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
registry-url: https://registry.npmjs.org/
1616
- name: Publish to npm and push API docs
1717
run: |
18+
npm ci
1819
OUTPUT=$(npm run release)
1920
VERSION=v$(echo $OUTPUT | rev | cut -d'@' -f 1 | rev)
2021
cd ..

0 commit comments

Comments
 (0)