Skip to content

Commit

Permalink
Update nuget-core.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens authored Nov 23, 2022
1 parent 436188a commit e583719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: Package Meadow.Core
run: dotnet pack -c Release source/Meadow.Core/Meadow.Core.csproj /p:Version=${VERSION} --output .
- name: Push Meadow.Core to NuGet
run: dotnet nuget push Meadow.Core.${VERSION}.nupkg -s https://api.nuget.org/v3/index.json -k ${NUGET_TOKEN}
run: dotnet nuget push Meadow.${VERSION}.nupkg -s https://api.nuget.org/v3/index.json -k ${NUGET_TOKEN}
env:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}

0 comments on commit e583719

Please sign in to comment.