Skip to content
Merged
2 changes: 1 addition & 1 deletion .github/workflows/beta_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: nwtgck/actions-netlify@v3.0
with:
publish-dir: './dist'
production-branch: main
production-branch: "2.0"
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: "Deploy from GitHub Actions"
enable-pull-request-comment: false
Expand Down