Skip to content

chore(deps): bump @sentry/react from 7.46.0 to 7.57.0 #4776

chore(deps): bump @sentry/react from 7.46.0 to 7.57.0

chore(deps): bump @sentry/react from 7.46.0 to 7.57.0 #4776

Workflow file for this run

name: GitHub Pages
on:
push:
branches:
- main
pull_request:
jobs:
deploy:
runs-on: ubuntu-20.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
if: github.actor != 'dependabot[bot]'
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "16"
cache: "yarn"
- run: yarn setup
- run: |
echo 'module.exports = { basePath: "/argent-x" }' > packages/dapp/next.config.js
- run: yarn build
env:
UPLOAD_SENTRY_SOURCEMAPS: false
- run: yarn --cwd packages/dapp export
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./packages/dapp/out