From 05b0f3be345ffde7adc9381a75b286c275e9786f Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Sat, 31 Oct 2020 07:49:57 +0100 Subject: [PATCH] fix(revert): add PSGallery before push This reverts commit a354e72d84a86453f7cd946654ce7dbdfc34464e. --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4bb12284..bcf2a036 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,6 +91,4 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Pack and push - run: | - Register-PSRepository -Default -ErrorAction SilentlyContinue - ./deploy.ps1 -BinVersion ${{ needs.release.outputs.version }} -ModuleVersion ${{ needs.release.outputs.version }} -Repository PSGallery -RepositoryAPIKey $env:PSGALLERY_KEY + run: ./deploy.ps1 -BinVersion ${{ needs.release.outputs.version }} -ModuleVersion ${{ needs.release.outputs.version }} -Repository PSGallery -RepositoryAPIKey $env:PSGALLERY_KEY