From d6388a5fa365b0d1cb2177982608651b9245d7e3 Mon Sep 17 00:00:00 2001 From: Maxwell Weru Date: Thu, 7 Mar 2024 12:00:20 +0300 Subject: [PATCH] No longer fix Azure CLI version (#1024) --- .github/workflows/server.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index f93261ad..26c6646d 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -65,9 +65,8 @@ jobs: IMAGE_TAG: ${{ steps.gitversion.outputs.nuGetVersionV2 }} - name: Build bicep file - uses: azure/CLI@v1 + uses: azure/cli@v1 with: - azcliversion: 2.45.0 # somehow 2.46.0 is failing inlineScript: | cp ${{ github.workspace }}/server/main.bicep ${{ github.workspace }}/drop/main.bicep && \ az bicep build --file server/main.bicep --outfile ${{ github.workspace }}/drop/main.json