Skip to content

fix: misspeling

fix: misspeling #1918

Workflow file for this run

name: Sentry
on:
push:
branches:
- production
- staging
jobs:
sentry:
name: Create release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Create Sentry release
uses: getsentry/action-release@v1
env:
SENTRY_URL: ${{ secrets.SENTRY_URL }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_LOG_LEVEL: debug
with:
ignore_missing: true
finalize: false
environment: ${{ github.ref_name }}
projects: ${{ secrets.SENTRY_PROJECT_BACK }} ${{ secrets.SENTRY_PROJECT_FRONT }}