Skip to content

Commit

Permalink
- do not include suffix into prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
KinNeko-De committed Feb 5, 2025
1 parent 663581d commit cf0bcc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
id: dotnet
run: |
ARGS=()
ARGS+=("-p:VersionPrefix=${{ steps.semantic_version.outputs.semantic_version }}")
ARGS+=("-p:VersionPrefix=${{ steps.semantic_version.outputs.major_minor_patch }}")
if [[ "${{ steps.version_suffix.outputs.use_version_suffix }}" == 'true' ]]; then
ARGS+=('--version-suffix' "${{ steps.version_suffix.outputs.version_suffix }}")
fi
Expand Down

0 comments on commit cf0bcc9

Please sign in to comment.