Skip to content

Commit

Permalink
Update publish-nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cklutz authored Jan 9, 2024
1 parent f0232b7 commit 24d3642
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,19 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup .NET 8.x
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x

- name: ManagedObjectSize publish on version change
id: publish_ManagedObjectSize
uses: rohith/publish-nuget@v2
with:
PROJECT_FILE_PATH: src\ManagedObjectSize\ManagedObjectSize.csproj
NUGET_KEY: ${{secrets.NUGET_API_KEY}}

- name: ManagedObjectSize.ObjectPool publish on version change
id: publish_ManagedObjectSize_ObjectPool
uses: rohith/publish-nuget@v2
Expand Down

0 comments on commit 24d3642

Please sign in to comment.