Skip to content

Commit 882033b

Browse files
committed
ci: fix release complete step
1 parent 10fde29 commit 882033b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
npm install -g tsx
255255
256256
if [ "${{ inputs.latest }}" = "true" ]; then
257-
./scripts/release/main.ts --version "${{ github.event.inputs.version }}" --completeCi
257+
./scripts/release/main.ts --version "${{ github.event.inputs.version }}" --completeCi --noValidateGit
258258
else
259-
./scripts/release/main.ts --version "${{ github.event.inputs.version }}" --no-latest --completeCi
259+
./scripts/release/main.ts --version "${{ github.event.inputs.version }}" --no-latest --completeCi --noValidateGit
260260
fi

0 commit comments

Comments
 (0)