Skip to content

Commit eb8f59c

Browse files
committed
Remove publishing fsharp module
1 parent 0e6989a commit eb8f59c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ jobs:
2929
run: |
3030
cd src
3131
dotnet pack LeviySoft.Visor.Gen/LeviySoft.Visor.Gen.csproj -c Release /p:Version=${{env.VERSION}} /p:PackageVersion=${{env.VERSION}}
32-
- name: pack LeviySoft.Visor.Gen.FSharp
33-
run: |
34-
cd src
35-
dotnet pack LeviySoft.Visor.Gen.FSharp/LeviySoft.Visor.Gen.FSharp.fsproj -c Release /p:Version=${{env.VERSION}} /p:PackageVersion=${{env.VERSION}}
3632
- name: pack LeviySoft.Visor.LanguageExt
3733
run: |
3834
cd src

0 commit comments

Comments
 (0)