Skip to content

build(deps): bump docker/login-action in the ci-dependencies group (#… #39

build(deps): bump docker/login-action in the ci-dependencies group (#…

build(deps): bump docker/login-action in the ci-dependencies group (#… #39

name: Sentry release
on:
push:
branches:
- main
permissions:
contents: read
jobs:
sentry-release:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- 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 }}@"