Skip to content

fix(license): add NOTICE file specifying Red Had as the owner #34

fix(license): add NOTICE file specifying Red Had as the owner

fix(license): add NOTICE file specifying Red Had as the owner #34

Workflow file for this run

name: sentryConfig
on:
push:
branches:
- 'master'
jobs:
createSentryRelease:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Build branch
run: npm ci
- name: Build
run: npm run build --if-present
- name: Create a Sentry.io release
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
with:
tagName: ${{ github.ref }}
environment: master
releaseNamePrefix: advisor
sourcemaps: 'dist/sourcemaps'