Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gsilvamartin authored Feb 18, 2024
1 parent 2de170d commit c8b7612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
IFS='.' read -r -a version_parts <<< "$latest_version"
echo "Version parts array: ${version_parts[@]}"
((version_parts[2]++))
version_parts[2]++
echo "Incremented version parts array: ${version_parts[@]}"
new_version="${version_parts[0]}.${version_parts[1]}.${version_parts[2]}"
Expand Down

0 comments on commit c8b7612

Please sign in to comment.