Skip to content

Commit

Permalink
ci: .NET バージョンを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
EbiseLutica committed Feb 8, 2023
1 parent efd6140 commit 47c5f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.103'
dotnet-version: '7.0.x'
- run: dotnet build --configuration Release
- run: dotnet nuget push MisskeyDotNet/bin/Release/MisskeyDotNet.*.nupkg -k $NUGET_OLG_API_KEY -s https://api.nuget.org/v3/index.json
env:
Expand Down

0 comments on commit 47c5f61

Please sign in to comment.