Skip to content

Commit

Permalink
Update nightly-nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Sep 29, 2024
1 parent ffe8f4c commit 1c65b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
if: github.repository == 'akkadotnet/akka.net'
steps:
- uses: actions/checkout@v4
- name: Setup .NET 5
- name: Setup .NET 8
uses: actions/setup-dotnet@v4
with:
dotnet-version: 5.0.101
dotnet-version: 8.0.402
source-url: https://nuget.pkg.github.com/akkadotnet/index.json
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 1c65b06

Please sign in to comment.