Skip to content

Commit

Permalink
ci: Reactivate NuGet release
Browse files Browse the repository at this point in the history
  • Loading branch information
Crown0815 committed Dec 29, 2023
1 parent b8035e1 commit c6c2d5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
body_path: "changelog.md"
prerelease: ${{ steps.version.outputs.preReleaseLabel != '' }}

# - name: Publish
# run: dotnet nuget push "**/*.nupkg" --source nuget.org --api-key ${{ secrets.NUGET_API_KEY }}
- name: Publish
run: dotnet nuget push "**/*.nupkg" --source nuget.org --api-key ${{ secrets.NUGET_API_KEY }}

0 comments on commit c6c2d5b

Please sign in to comment.