Skip to content

Commit

Permalink
ci: fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
AsakusaRinne committed Oct 24, 2023
1 parent 20d8cb1 commit a5e66b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release-minor-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
- name: Setup .NET 6.0.x SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 6.0.x

3 changes: 2 additions & 1 deletion .github/workflows/release-patch-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
- name: Setup .NET 6.0.x SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 6.0.x

0 comments on commit a5e66b3

Please sign in to comment.