Skip to content

Bump doctrine/orm from 3.2.2 to 3.3.1 (#1020) #654

Bump doctrine/orm from 3.2.2 to 3.3.1 (#1020)

Bump doctrine/orm from 3.2.2 to 3.3.1 (#1020) #654

Workflow file for this run

name: "Release 🆕"
on:
workflow_dispatch: ~
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release:
runs-on: 'ubuntu-latest'
steps:
- name: "Checkout code"
uses: actions/checkout@v4
- name: Create Sentry release
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
with:
environment: prod