Skip to content

feat: Increase folder imbrication and reduce folder indent (#2731) #1719

feat: Increase folder imbrication and reduce folder indent (#2731)

feat: Increase folder imbrication and reduce folder indent (#2731) #1719

name: New Sentry Release
on:
push:
branches: [ main ]
tags:
- '*'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Create Sentry release
uses: getsentry/[email protected]
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: "mail-android"
SENTRY_URL: ${{ secrets.SENTRY_URL }}
with:
environment: production
version: ${{ github.ref_name }}