Skip to content

Commit 8063bec

Browse files
committed
pipe 5
1 parent 31d1ba9 commit 8063bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CD-azure-functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
npm i -g azure-functions-core-tools@core --unsafe-perm true
2727
az login -u ${{ secrets.AZ_USERNAME }} -p ${{ secrets.AZ_PASSWORD }}
2828
npm install
29-
func azure functionapp publish time-tracker-azure-functions
29+
func azure functionapp publish time-tracker-azure-functions --node
3030
# - name: 'Run Azure Functions Action'
3131
# uses: Azure/functions-action@v1
3232
# id: fa

0 commit comments

Comments
 (0)