Skip to content

Commit

Permalink
Update ci.yml to use .NET 8 in actions/setup-dotnet
Browse files Browse the repository at this point in the history
Signed-off-by: Tanner Gooding <[email protected]>
  • Loading branch information
tannergooding authored Nov 12, 2024
1 parent d9a8e84 commit 51a51fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
path: ./artifacts
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
dotnet-version: '8.0.x'
source-url: https://pkgs.terrafx.dev/index.json
env:
NUGET_AUTH_TOKEN: ${{ secrets.AZURE_DEVOPS_PAT }}
Expand All @@ -137,5 +137,5 @@ jobs:
path: ./artifacts
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
dotnet-version: '8.0.x'
- run: dotnet nuget push "./artifacts/pkg/Release/*.nupkg" --source https://nuget.pkg.github.com/terrafx/index.json --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate

0 comments on commit 51a51fb

Please sign in to comment.