Skip to content

Commit

Permalink
ci(publish): fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
pbullhove authored Oct 10, 2024
1 parent 2bcef14 commit 7f0d899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-data-generation-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

env:
AZURE_FUNCTIONAPP_NAME: 'dev-aquaplatform-func' # set this to your function app name on Azure
AZURE_FUNCTIONAPP_PACKAGE_PATH: 'src/DataGeneratorFunction' ```
AZURE_FUNCTIONAPP_PACKAGE_PATH: 'src/DataGeneratorFunction'
DOTNET_VERSION: '8.0.x'

jobs:
Expand Down

0 comments on commit 7f0d899

Please sign in to comment.