Skip to content

Commit 8aa66ac

Browse files
committed
build: force patch of feature builds
1 parent d1efdd3 commit 8aa66ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cd.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ jobs:
9191
run: |
9292
poetry run semantic-release \
9393
--prerelease \
94-
--define=prerelease_tag=alpha+${{ steps.get_branch.outputs.branch }} \
94+
--patch \
95+
--define=prerelease_tag=beta+${{ steps.get_branch.outputs.branch }} \
9596
--define=branch=${{ steps.get_branch.outputs.branch }} \
9697
publish
9798
# --define=upload_to_repository=true \

0 commit comments

Comments
 (0)