We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f0798f commit d1efdd3Copy full SHA for d1efdd3
.github/workflows/cd.yaml
@@ -91,7 +91,7 @@ jobs:
91
run: |
92
poetry run semantic-release \
93
--prerelease \
94
- --define=prerelease_tag=beta+${{ steps.get_branch.outputs.branch }} \
+ --define=prerelease_tag=alpha+${{ steps.get_branch.outputs.branch }} \
95
--define=branch=${{ steps.get_branch.outputs.branch }} \
96
publish
97
# --define=upload_to_repository=true \
0 commit comments