Skip to content

Commit

Permalink
Update dotnetcore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
monoman authored Apr 17, 2024
1 parent 5b59504 commit 16a6b2a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v4.1.2

- name: Setup .NET 6.0
uses: actions/setup-dotnet@v1.9.0
- name: Setup .NET 8.0
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 6.0.100
dotnet-version: 8.0.100

- name: Setup nuget config
run: sed 's/GITHUB_TOKEN/${{ secrets.REGISTRY_TOKEN }}/g' .nuget.config > nuget.config
Expand All @@ -22,4 +22,4 @@ jobs:
run: dotnet test --configuration Release -v:m | grep -v 'NAME_UNKNOWN:Package'

- name: Push nuget
run: dotnet nuget push `pwd`/InterlockLedger.Rest.Client/bin/Release/InterlockLedger.Rest.Client.*.nupkg -s https://nuget.pkg.github.com/interlockledger/index.json --skip-duplicate
run: dotnet nuget push `pwd`/InterlockLedger.Rest.Client/bin/Release/InterlockLedger.Rest.Client.*.nupkg -s https://nuget.pkg.github.com/interlockledger/index.json --skip-duplicate

0 comments on commit 16a6b2a

Please sign in to comment.