Skip to content

Commit c03b3d9

Browse files
authored
chore: update release-please.yml
1 parent dd603f7 commit c03b3d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
on:
2020
push:
2121
branches: [main]
22+
workflow_dispatch:
2223

2324
concurrency:
2425
group: ${{ github.workflow }}-${{ github.ref }}
@@ -59,7 +60,7 @@ jobs:
5960

6061
- if: ${{ steps.release.outputs.release_created }}
6162
name: Install Dependencies
62-
run: npm ci
63+
run: npm install
6364

6465
# Now configure node with the registry used for publishing
6566
- if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)