Skip to content

build(deps): bump the ci-dependencies group with 6 updates (#131) #30

build(deps): bump the ci-dependencies group with 6 updates (#131)

build(deps): bump the ci-dependencies group with 6 updates (#131) #30

name: "Sentry release"
on:
push:
branches:
- main
jobs:
sentry-release:
runs-on: ubuntu-latest
steps:
- name: "Checkout repository"
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: "Create Sentry release"
uses: getsentry/action-release@4f502acc1df792390abe36f2dcb03612ef144818 # v3.3.0
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ vars.SENTRY_ORG }}
SENTRY_PROJECT: ${{ vars.SENTRY_PROJECT }}
with:
version_prefix: "${{ vars.SENTRY_PROJECT }}@"