Skip to content

Commit ec461d2

Browse files
committed
Release fix
1 parent 5c9c558 commit ec461d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
- name: Push package to nuget.
2323
env:
2424
NUGET_KEY: ${{ secrets.ASYLGAREEVR_NUGET_KEY }}
25-
run: dotnet nuget push **/SmartHead.*.nupkg -k $NUGET_KEY -source https://www.nuget.org/api/v2/package --skip-duplicate
25+
run: dotnet nuget push **/SmartHead.*.nupkg -k $NUGET_KEY -s https://www.nuget.org/api/v2/package --skip-duplicate
2626
if: github.event.action == 'published'

0 commit comments

Comments
 (0)