Skip to content

Commit af6ffb6

Browse files
committed
Fix npm release bug
1 parent 558e308 commit af6ffb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
with:
1717
node-version: 16.x
1818
registry-url: https://registry.npmjs.org
19+
- run: npm install
1920
- run: npm publish --access public
2021
working-directory: ./
2122
env:

0 commit comments

Comments
 (0)