Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
update deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
pschaeflein committed May 20, 2021
1 parent 732aca8 commit b7ff25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
echo Version: $VERSION
dotnet pack -v normal -c Release --include-source -p:PackageVersion=$VERSION -p:Version=$VERSION -o nupkg src/$env:PROJECT_NAME.csproj
- name: Push to NuGet Feed
run: dotnet nuget push .\nupkg\.nupkg --source $env:NUGET_FEED --skip-duplicate --api-key $env:NUGET_APIKEY
run: dotnet nuget push **\*.nupkg --source $env:NUGET_FEED --skip-duplicate --api-key $env:NUGET_APIKEY

0 comments on commit b7ff25c

Please sign in to comment.