Skip to content

Bump @sentry/react from 7.94.1 to 7.95.0 #4786

Bump @sentry/react from 7.94.1 to 7.95.0

Bump @sentry/react from 7.94.1 to 7.95.0 #4786

Workflow file for this run

name: Build
on:
pull_request: ~
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/prepare
- name: Setup .env
run: mv .env.sample .env
- name: Build
run: pnpm build