diff --git a/.github/workflows/CD-azure-functions.yml b/.github/workflows/CD-azure-functions.yml index d02fbd9..d9af979 100644 --- a/.github/workflows/CD-azure-functions.yml +++ b/.github/workflows/CD-azure-functions.yml @@ -27,7 +27,7 @@ jobs: - name: 'run: npm install and build' working-directory: ./AutomaticClockOuts run: | - npm i azure-functions-core-tools@core --unsafe-perm true + npm i -g azure-functions-core-tools@core --unsafe-perm true npm install func azure functionapp publish time-tracker-azure-functions