Skip to content

fix(deps): update dependency @sentry/react to v8.38.0 (#154) #172

fix(deps): update dependency @sentry/react to v8.38.0 (#154)

fix(deps): update dependency @sentry/react to v8.38.0 (#154) #172

name: Deploy to Staging
on:
workflow_dispatch:
push:
branches: [main]
concurrency:
group: staging
cancel-in-progress: true
jobs:
deploy:
name: Deploy to Staging
uses: ./.github/workflows/deploy.yml
with:
env: staging
# "branch-$name" or "tag-$name", except for the automatic deploys from pushing to main it's just "main".
version-name: ${{ (github.event_name == 'push' && github.ref_name == 'main' && 'main') || format('{0}-{1}', github.ref_type, github.ref_name) }}
secrets: inherit