Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege authored Nov 26, 2020
1 parent 6a07b50 commit 677cb10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: 'CI'

on:
push:
branches:
Expand Down Expand Up @@ -31,4 +33,4 @@ jobs:
SignClientSecret: ${{ secrets.SIGNCLIENT }}
run: |
./build.ps1 sign
dotnet nuget push .\nuget\*.nupkg -s https://www.myget.org/F/identity/api/v2/package -k ${{ secrets.MYGET }}
dotnet nuget push .\nuget\*.nupkg -s https://www.myget.org/F/identity/api/v2/package -k ${{ secrets.MYGET }}

0 comments on commit 677cb10

Please sign in to comment.