Skip to content

Commit

Permalink
use output from build-and-test job
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredLange committed Sep 21, 2023
1 parent 859e8ea commit c4f729e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
run: |
pwd
ls -la
dotnet nuget push Faker/bin/Release/RimuTec.Faker.*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
dotnet nuget push ${{needs.build-and-test.outputs.nuget-package-path }} --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
incrementing the minor version will do. [Manfred, 19sep2023] -->
<Project>
<PropertyGroup>
<Version>1.12.0</Version>
<Version>1.12.1</Version>
</PropertyGroup>
</Project>

0 comments on commit c4f729e

Please sign in to comment.