Skip to content

New Sentry Release

New Sentry Release #3

Workflow file for this run

name: New Sentry Release
on:
# obviously revert me too
pull_request:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
if: github.event.pull_request.head.ref == 'feat_sentry_release_yml'
# obviously revert me once ready
ref: feat_sentry_release_yml
steps:
- uses: actions/checkout@v2
- name: Sentry Release
uses: getsentry/[email protected]
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
with:
environment: production