Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/tag-creates-nuget-package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Creation of a version tag will trigger this workflow
# A new release will be created from the tag
---
name: Tag Create Package
run-name: Tag [${{ github.ref_name }}] Create Package
name: Tag → Create Package
run-name: Tag [${{ github.ref_name }}] → Create Package

on:
push:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup .NET 8.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: ["10.0.x"]
dotnet-version: "10.0.x"

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v2
Expand Down
Loading