Skip to content

Commit 5721223

Browse files
committed
ci: update
1 parent b4564cf commit 5721223

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,11 @@ jobs:
3939

4040
- run: |
4141
if [[ "${{ github.event.inputs.forcePush }}" == "true" ]]; then
42-
4342
if [[ "${{ github.event.inputs.mode }}" != "prerelease" ]]; then
4443
npx release-it "${{ github.event.inputs.mode }}" --increment --ci
4544
else
4645
npx release-it --preRelease=alpha --ci
4746
fi
48-
4947
else
5048
npx release-it --increment --ci
5149
fi

0 commit comments

Comments
 (0)