We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05bab5f commit 46c782bCopy full SHA for 46c782b
.github/workflows/deploy_playground_netlify.yml
@@ -47,11 +47,11 @@ jobs:
47
- name: "Themes playground WEB WASM-GC release build"
48
run: cd example && flutter build web --wasm --release -t lib/example5_themes_playground/main.dart
49
- name: Deploy to Netlify
50
- uses: nwtgck/actions-netlify@v2.0
+ uses: nwtgck/actions-netlify@v3.0
51
with:
52
netlify-config-path: './example/netlify.toml'
53
publish-dir: './example/build/web'
54
- production-branch: main
+ production-branch: master
55
production-deploy: true
56
github-token: ${{ secrets.GITHUB_TOKEN }}
57
deploy-message: "Deploy to Netlify from GitHub Actions"
0 commit comments