Skip to content

Commit 3b3ab4e

Browse files
authored
fix release (#25)
* Fix nuget release * Try fix release * Skip tests on tag
1 parent 5dd339e commit 3b3ab4e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ jobs:
4646
- name: Build
4747
run: dotnet build --no-restore -c Release
4848

49-
# Run tests
50-
- name: Test
51-
run: dotnet test --no-build --verbosity normal
52-
5349
# Pack the tool as nupkg
5450
- name: Pack
5551
run: |

0 commit comments

Comments
 (0)