Skip to content

Commit d1294d5

Browse files
committed
Use "npm install" instead of "npm ci" to update package lock on release PRs
1 parent 22340a2 commit d1294d5

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
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
packages: tools platform-tools ndk;${{ env.NDK_VERSION }}
3232
- run: rustup target add x86_64-linux-android aarch64-linux-android armv7-linux-androideabi i686-linux-android aarch64-apple-ios-sim
33-
- run: npm ci
33+
- run: npm install
3434

3535
- name: Create Release Pull Request or Publish to npm
3636
id: changesets

0 commit comments

Comments
 (0)