remove publish step

This commit is contained in:
Nick Seguin 2023-12-10 03:48:58 -06:00
parent b7921d21de
commit 344c72608c

View file

@ -59,6 +59,4 @@ jobs:
- name: dotnet build
run: dotnet build --no-restore --configuration Release
- name: dotnet test
run: dotnet test
- name: dotnet publish
run: dotnet publish --configuration Release
run: dotnet test