Skip to content

Commit bfe01f9

Browse files
ci(github): rename workflow release.yml to release-please.yml
1 parent d6b5f89 commit bfe01f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml renamed to .github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: release
1+
name: release-please
22
on:
33
push:
44
branches:
@@ -32,7 +32,7 @@ jobs:
3232
registry-url: https://registry.npmjs.org
3333

3434
- name: Install dependencies
35-
run: npm ci
35+
run: npm ci --prefer-offline
3636

3737
- name: Publish
3838
run: npm publish

0 commit comments

Comments
 (0)