Skip to content

Commit

Permalink
🎈 CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzaz committed Aug 1, 2024
1 parent ab12705 commit 5b5c6f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
dotnet-version: 7.0.x

- name: Build and Pack NuGet package with versioning
run: dotnet pack ${{ vars.CS_PROJ_PATH }} -p:Version='${{ steps.gitversion.outputs.SemVer }}' -c Release
run: dotnet pack ./${{ vars.CS_PROJ_PATH }} -p:Version='${{ steps.gitversion.outputs.SemVer }}' -c Release

- name: Upload NuGet package to GitHub
uses: actions/upload-artifact@v3.1.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Title>MqttNet Client DependencyInjection in AspNetCore</Title>
<Authors>john.jiang</Authors>
<Version>1.0.0</Version>
<Version>1.0.2</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5b5c6f7

Please sign in to comment.