Skip to content

Commit c324cce

Browse files
authored
Remove myget from action (#298)
1 parent 4b0932e commit c324cce

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/build-workload.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,3 @@ jobs:
7070
--repository ${{ github.repository }} \
7171
--retries 3 Samsung.*.nupkg
7272
73-
- name: Push packages to MyGet
74-
run: |
75-
dotnet nuget push Samsung.*.nupkg \
76-
-k ${{ secrets.MYGET_APIKEY }} \
77-
-s https://tizen.myget.org/F/dotnet/api/v2/package \
78-
-t 3000

0 commit comments

Comments
 (0)