Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bardin08 committed Nov 26, 2023
1 parent 58ddf7b commit d54e967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 8.*
dotnet-version: 8.0.x

- name: Install dotnet-bump
run: dotnet tool install --global dotnet-bump --version 1.0.1 # Replace with your desired version
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Update Version
run: |
version_type=${{ steps.determine_version.outputs.version }}
dotnet bump $version_type ./Trumpee.MassTransit.Messages.csproj
/path/to/dotnet-bump $version_type ./YourProject.csproj # Replace with the full path
git add ./YourProject.csproj # Replace with your project file name
git commit -m "Bump $version_type version"
git push

0 comments on commit d54e967

Please sign in to comment.