Skip to content

Update index.js

Update index.js #31

name: Sentry Release
on:
push:
branches: [ master ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Sentry Release
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: michael-grinspan
with:
environment: production
projects: prodraft-frontend prodraft-backend