Skip to content

Commit

Permalink
No longer fix Azure CLI version (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell authored Mar 7, 2024
1 parent f1a9a3c commit d6388a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6388a5

Please sign in to comment.