Skip to content

Commit c74d603

Browse files
authored
Add source parameter in publish workflow (#9)
1 parent d85ae40 commit c74d603

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
run: nuget pack Neolution.CodeAnalysis.TestsRuleset.nuspec
4242

4343
- name: Push all packages to Nuget.org
44-
run: dotnet nuget push --skip-duplicate -k $NUGET_AUTH_TOKEN **/*.nupkg
44+
run: dotnet nuget push --skip-duplicate -s $ARTIFACTS_FEED_URL -k $NUGET_AUTH_TOKEN **/*.nupkg
4545
env:
4646
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_API_KEY_NEOLUTION }}

0 commit comments

Comments
 (0)