chore(ci): update nwtgck/actions-netlify to v2.0

This commit is contained in:
Jagandeep Brar
2023-05-13 12:55:09 -04:00
parent b1a513973d
commit d271412a99
2 changed files with 5 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ jobs:
}
- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v1.2
uses: nwtgck/actions-netlify@v2.0
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ steps.channel.outputs.result }}

View File

@@ -46,6 +46,10 @@ add_subdirectory(${FLUTTER_MANAGED_DIR})
# Application build
add_subdirectory("runner")
# Temporary fix for bug in Firebase plugin.
# See: https://github.com/firebase/flutterfire/issues/10931
set(CMAKE_BUILD_TYPE "Release")
# Generated plugin build rules, which manage building the plugins and adding
# them to the application.
include(flutter/generated_plugins.cmake)