Skip to content

feat: sentry release action #7

feat: sentry release action

feat: sentry release action #7

Workflow file for this run

name: New Sentry Release
on:
# obviously revert these two too
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
if: github.event.pull_request.head.ref == 'feat_sentry_release_yml'
steps:
- uses: actions/checkout@v3
with:
ref: feat_sentry_release_yml
- 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:
# and revert me too
environment: localhost