Skip to content

build(deps-dev): bump @babel/register from 7.23.7 to 7.25.9 (#6405) #104

build(deps-dev): bump @babel/register from 7.23.7 to 7.25.9 (#6405)

build(deps-dev): bump @babel/register from 7.23.7 to 7.25.9 (#6405) #104

name: Sentry Staging Release
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
steps:
# See: https://help.github.com/en/actions/automating-your-workflow-with-github-actions/configuring-a-workflow#using-the-checkout-action
- uses: actions/checkout@v4
- name: Create new Sentry release
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
with:
environment: staging
finalize: false
projects: ${{ secrets.SENTRY_PROJECT_APP }}