Skip to content

Commit e4c7652

Browse files
committed
fix: add --force on release action
1 parent ee7a0b1 commit e4c7652

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node-release-no-provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
install:
2525
type: string
2626
description: 'Install dependencies script'
27-
default: 'npm i --no-package-lock --no-fund'
27+
default: 'npm i --no-package-lock --no-fund --force'
2828

2929
action_ref:
3030
type: string

.github/workflows/node-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
install:
2525
type: string
2626
description: 'Install dependencies script'
27-
default: 'npm i --no-package-lock --no-fund'
27+
default: 'npm i --no-package-lock --no-fund --force'
2828

2929
action_ref:
3030
type: string

0 commit comments

Comments
 (0)