Skip to content

Commit

Permalink
Update backgroundjobs_cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard authored Mar 13, 2023
1 parent bf4281e commit c44f704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backgroundjobs_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: dotnet build ./src/Pilgaard.BackgroundJobs/Pilgaard.BackgroundJobs.csproj -c Release --no-restore

- name: Package Nugets
run: dotnet pack ./src/Pilgaard.BackgroundJobs/Pilgaard.BackgroundJobs.csproj -c Release --no-build --no-restore --include-source
run: dotnet pack ./src/Pilgaard.BackgroundJobs/Pilgaard.BackgroundJobs.csproj -c Release --no-build --no-restore

- name: Push Nugets
run: dotnet nuget push "**/*.nupkg" --source "https://api.nuget.org/v3/index.json" --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate

0 comments on commit c44f704

Please sign in to comment.