Skip to content

Commit

Permalink
ensure .net6 is still installed for release-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Jan 5, 2024
1 parent fa4678d commit 88bc921
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,20 @@ jobs:
git tag --list
- uses: actions/setup-dotnet@v1
with:
<<<<<<< Updated upstream
dotnet-version: '3.1.201'
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.100'
source-url: https://nuget.pkg.github.com/nullean/index.json
=======
dotnet-version: |
8.0.x
6.0.x
source-url: https://nuget.pkg.github.com/nullean/index.json
>>>>>>> Stashed changes
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

- run: ./build.sh build -s true
name: Build
Expand Down

0 comments on commit 88bc921

Please sign in to comment.