Skip to content

Commit

Permalink
Alpha should be first for correct semantic versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed Aug 25, 2024
1 parent 04fa2d2 commit 1745e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Build Version
run: |
dotnet tool install --global minver-cli --version 5.0.0
version=$(minver --tag-prefix v --default-pre-release-identifiers ${GIT_BRANCH_SUFFIX}alpha.0)
version=$(minver --tag-prefix v --default-pre-release-identifiers alpha.${GIT_BRANCH_SUFFIX}.0)
echo "MINVERVERSIONOVERRIDE=$version" >> $GITHUB_ENV
echo "### Version: $version" >> $GITHUB_STEP_SUMMARY
- name: Build
Expand Down

0 comments on commit 1745e49

Please sign in to comment.