Skip to content

Commit 96df4a3

Browse files
committed
Forcing overwrite
1 parent 3df7f31 commit 96df4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/js-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Use Nightly package.json in Windows
9797
if: matrix.release == 'nightly' && matrix.os == 'windows-latest'
9898
working-directory: ./examples/javascript
99-
run: Move-Item -Path package.nightly.json -Destination package.json
99+
run: Move-Item -Path package.nightly.json -Destination package.json -Force
100100
- name: Install Requirements
101101
working-directory: ./examples/javascript
102102
run: npm install

0 commit comments

Comments
 (0)