docs(dotnet): Fix stupid github workflow versioning
Github ignores subversions if they contain zero. Smart.
This commit is contained in:
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
tag:
|
||||
- 2.1
|
||||
- 3.1
|
||||
- 5.0
|
||||
- 5
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: docker/setup-buildx-action@v1
|
||||
|
Reference in New Issue
Block a user