Skip to content

build(deps): bump jose from 5.2.3 to 5.9.6 (#6408) #105

build(deps): bump jose from 5.2.3 to 5.9.6 (#6408)

build(deps): bump jose from 5.2.3 to 5.9.6 (#6408) #105

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 }}