We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4564cf commit 5721223Copy full SHA for 5721223
1 file changed
.github/workflows/release.yml
@@ -39,13 +39,11 @@ jobs:
39
40
- run: |
41
if [[ "${{ github.event.inputs.forcePush }}" == "true" ]]; then
42
-
43
if [[ "${{ github.event.inputs.mode }}" != "prerelease" ]]; then
44
npx release-it "${{ github.event.inputs.mode }}" --increment --ci
45
else
46
npx release-it --preRelease=alpha --ci
47
fi
48
49
50
npx release-it --increment --ci
51
0 commit comments