mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 12:42:34 +00:00
chore(ci): update nwtgck/actions-netlify to v2.0
This commit is contained in:
2
.github/workflows/publish_web.yml
vendored
2
.github/workflows/publish_web.yml
vendored
@@ -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 }}
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user