From 3e54b22ee8342ceceede2ab2c480c171e261ff9e Mon Sep 17 00:00:00 2001 From: Jonathan Colon Date: Mon, 2 May 2022 22:52:30 -0400 Subject: [PATCH] Update Release.yml --- .github/workflows/Release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 7e0ce08..4f86712 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -17,10 +17,6 @@ jobs: shell: pwsh run: | Install-Module -Name AsBuiltReport.Core -Repository PSGallery -Force - - name: Install SqlServer module - shell: pwsh - run: | - Install-Module -Name SqlServer -Repository PSGallery -Force - name: Test Module Manifest shell: pwsh run: | @@ -44,4 +40,4 @@ jobs: TWITTER_CONSUMER_API_KEY: ${{ secrets.TWITTER_CONSUMER_API_KEY }} TWITTER_CONSUMER_API_SECRET: ${{ secrets.TWITTER_CONSUMER_API_SECRET }} TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }} - TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }} \ No newline at end of file + TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}