Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shimoranla authored Nov 23, 2024
1 parent 4c83776 commit ccc011a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: "CI"

on:
push:
branches:
Expand All @@ -8,12 +7,11 @@ on:
tags:
- '*.*.*'
pull_request:

env:
DOTNET_NOLOGO: true

permissions:
contents: read
packages: write

jobs:
build:
Expand Down Expand Up @@ -46,4 +44,4 @@ jobs:
SignClientSecret: ${{ secrets.SIGNCLIENTSECRET }}
run: |
./build.ps1 sign
dotnet nuget push .\artifacts\*.nupkg -s https://www.myget.org/F/duende_identityserver/api/v2/package -k ${{ secrets.MYGET }}
dotnet nuget push .\artifacts\*.nupkg -s https://nuget.pkg.github.com/shimoranla/index.json -k ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ccc011a

Please sign in to comment.