Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bit365 committed Nov 24, 2024
1 parent 4e99320 commit ab491c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
working-directory: ${{ env.PROJECT_DIR }}

- name: Pack
run: dotnet pack --configuration Release --no-build --output ./nupkg /p:PackageVersion=${{ steps.version_step.outputs.fullSemVer }}
run: dotnet pack --configuration Release --no-build --output ./nupkg /p:PackageVersion=${{ steps.version_step.outputs.majorMinorPatch }}
working-directory: ${{ env.PROJECT_DIR }}

- name: Upload NuGet package
Expand Down

0 comments on commit ab491c1

Please sign in to comment.