We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20058be commit bdb8bd4Copy full SHA for bdb8bd4
1 file changed
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
echo "Extracted version: $VERSION from tag: $TAG_NAME"
36
37
- name: Install dependencies
38
- run: npm ci
+ run: npm install
39
40
- name: Read workspaces
41
id: workspaces
0 commit comments