Skip to content

build(deps): bump the ci-dependencies group with 3 updates (#145) #36

build(deps): bump the ci-dependencies group with 3 updates (#145)

build(deps): bump the ci-dependencies group with 3 updates (#145) #36

name: "Sentry release"
on:
push:
branches:
- main
jobs:
sentry-release:
runs-on: ubuntu-latest
steps:
- name: "Checkout repository"
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: "Create Sentry release"
uses: getsentry/action-release@5657c9e888b4e2cc85f4d29143ea4131fde4a73a # v3.6.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 }}@"