Skip to content

Commit ce6b410

Browse files
committed
fix(ci): do not pass locked flag for release action
1 parent 360d3c5 commit ce6b410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
with:
135135
command: ${{ matrix.platform.command }}
136136
target: ${{ matrix.platform.target }}
137-
args: "--locked --release"
137+
args: "--release"
138138
strip: true
139139
- name: Upload Action Artifact
140140
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)