We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d1ba9 commit 8063becCopy full SHA for 8063bec
.github/workflows/CD-azure-functions.yml
@@ -26,7 +26,7 @@ jobs:
26
npm i -g azure-functions-core-tools@core --unsafe-perm true
27
az login -u ${{ secrets.AZ_USERNAME }} -p ${{ secrets.AZ_PASSWORD }}
28
npm install
29
- func azure functionapp publish time-tracker-azure-functions
+ func azure functionapp publish time-tracker-azure-functions --node
30
# - name: 'Run Azure Functions Action'
31
# uses: Azure/functions-action@v1
32
# id: fa
0 commit comments