Skip to content

Commit f9283ad

Browse files
committed
fix bad merge
1 parent 88bc921 commit f9283ad

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,12 @@ jobs:
2727
git tag --list
2828
- uses: actions/setup-dotnet@v1
2929
with:
30-
<<<<<<< Updated upstream
31-
dotnet-version: '3.1.201'
32-
- uses: actions/setup-dotnet@v1
33-
with:
34-
dotnet-version: '8.0.100'
30+
dotnet-version: |
31+
8.0.x
32+
6.0.x
3533
source-url: https://nuget.pkg.github.com/nullean/index.json
36-
=======
37-
dotnet-version: |
38-
8.0.x
39-
6.0.x
40-
source-url: https://nuget.pkg.github.com/nullean/index.json
41-
>>>>>>> Stashed changes
4234
env:
43-
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
35+
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
4436

4537
- run: ./build.sh build -s true
4638
name: Build

0 commit comments

Comments
 (0)