diff --git a/.github/workflows/publish-data-generation-function.yaml b/.github/workflows/publish-data-generation-function.yaml index 81efec4..979f6d2 100644 --- a/.github/workflows/publish-data-generation-function.yaml +++ b/.github/workflows/publish-data-generation-function.yaml @@ -6,7 +6,7 @@ on: env: AZURE_FUNCTIONAPP_NAME: 'dev-aquaplatform-func' # set this to your function app name on Azure AZURE_FUNCTIONAPP_PACKAGE_PATH: 'src/DataGeneratorFunction' ``` - DOTNET_VERSION: '8.0.x' # set this to the dotnet version to use (e.g. '2.1.x', '3.1.x', '5.0.x') + DOTNET_VERSION: '8.0.x' jobs: build-and-deploy: