From 6d047e0812fa91daaaac2a1e41dff3a61aa60be5 Mon Sep 17 00:00:00 2001 From: Tig Date: Wed, 8 May 2024 10:27:45 -0600 Subject: [PATCH] Fixes publish actoin --- .github/workflows/publish.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 11af7dd2c..0ae10e467 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,8 +43,10 @@ jobs: - name: Build Release run: | dotnet-gitversion /updateprojectfiles - dotnet build --no-restore -c Release - + Import-Module ./Scripts/Terminal.Gui.PowerShell.psd1 + Build-Analyzers + dotnet build -c Release + Remove-Module Terminal.Gui.PowerShell - name: Pack run: dotnet pack -c Release --include-symbols -p:Version='${{ steps.gitversion.outputs.SemVer }}'