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 584d830 commit ffeb13eCopy full SHA for ffeb13e
.github/workflows/beta_deploy.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: nwtgck/actions-netlify@v3.0
32
with:
33
publish-dir: './dist'
34
- production-branch: main
+ production-branch: "2.0"
35
github-token: ${{ secrets.GITHUB_TOKEN }}
36
deploy-message: "Deploy from GitHub Actions"
37
enable-pull-request-comment: false
0 commit comments