Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-eckert-zeiss authored Feb 22, 2023
1 parent ba67183 commit 0d924e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_call:
inputs:
target:
description: 'Define the target feed to push the artifact.'
description: 'Define the target feed to push the artifact (e.g. nuget.org).'
required: true
type: string

Expand All @@ -27,4 +27,5 @@ jobs:
name: packages
path: package_output
- name: Push to nuget.org
# Publish all packages in "package_output". Skip if already published. Don't upload symbol packages. Get API key from secret "NUGET_FEED_PAT".
run: dotnet nuget push package_output/*.nupkg --skip-duplicate --no-symbols --api-key ${{ secrets.NUGET_FEED_PAT }} --source https://api.nuget.org/v3/index.json

0 comments on commit 0d924e4

Please sign in to comment.