Skip to content

Commit

Permalink
Fix push command
Browse files Browse the repository at this point in the history
  • Loading branch information
DrEsteban committed May 18, 2024
1 parent a0f27ff commit 0d054bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nuget_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: Build release
run: dotnet build -c Release
- name: Publish
run: dotnet nuget push --api-key ${{ secrets.NUGETTOKEN }} ./**/*.nupkg dotnet nuget push .\**\*.nupkg --source https://api.nuget.org/v3/index.json
run: dotnet nuget push --api-key ${{ secrets.NUGETTOKEN }} ./**/Release/*.nupkg --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
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<Authors>DrEsteban</Authors>
<Description>Defer execution of code until the end of the current method.</Description>
<PackageProjectUrl>https://github.com/DrEsteban/DotNetDefer</PackageProjectUrl>
Expand Down

0 comments on commit 0d054bf

Please sign in to comment.