Skip to content

Bump ghcr.io/devcontainers/features/python from 1.4.0 to 1.4.2 (#177) #63

Bump ghcr.io/devcontainers/features/python from 1.4.0 to 1.4.2 (#177)

Bump ghcr.io/devcontainers/features/python from 1.4.0 to 1.4.2 (#177) #63

name: "Sentry release"
on:
push:
branches:
- main
jobs:
sentry-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Create Sentry release
uses: getsentry/action-release@e769183448303de84c5a06aaaddf9da7be26d6c7 # v1.7.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 }}@"