Skip to content

Commit

Permalink
Remote duplicate version suffix for prerelease (#16)
Browse files Browse the repository at this point in the history
- remove duplicate version suffix
  • Loading branch information
KinNeko-De authored Feb 5, 2025
1 parent 663581d commit 130958e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-protobuf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
project: protobuf
dotnet_solution: dotnet/protobuf/KinNekoDe.ApiContract.Protobuf.sln
golang_module: golang/kinnekode/protobuf
major_minor_patch: 0.2.14
major_minor_patch: 0.2.15
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/ci-restaurant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
project: restaurant
dotnet_solution: dotnet/restaurant/KinNekoDe.ApiContract.Restaurant.sln
golang_module: golang/kinnekode/restaurant
major_minor_patch: 0.1.6
major_minor_patch: 0.1.7
secrets: inherit
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 130958e

Please sign in to comment.