From 81ad6ace1dcbaf168977e102bd618824aad1b294 Mon Sep 17 00:00:00 2001 From: Tyler Mairose Date: Thu, 12 Sep 2024 10:44:47 -0400 Subject: [PATCH] Add another build script for root module. --- .github/workflows/release.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fc7b469c0..7b3a3def6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,8 +30,4 @@ jobs: -Path './Tm/v2024/src/Tm.V2024' ` -NuGetApiKey ${{ secrets.PS_GALLERY_TOKEN }} ` -Verbose -Force - Publish-Module ` - -Path './Tm' ` - -NuGetApiKey ${{ secrets.PS_GALLERY_TOKEN }} ` - -Verbose -Force