Skip to content

Commit 6e9464d

Browse files
committed
ci(release): install dependencies
1 parent dd2a0ba commit 6e9464d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/setup-node@v3
1717
with:
1818
node-version: "lts/*"
19-
- run: npm ci
19+
- run: npm install
2020
- run: npx semantic-release
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)