Skip to content

Bump eslint-plugin-jsx-a11y from 6.4.1 to 6.8.0 (#972) #367

Bump eslint-plugin-jsx-a11y from 6.4.1 to 6.8.0 (#972)

Bump eslint-plugin-jsx-a11y from 6.4.1 to 6.8.0 (#972) #367

Workflow file for this run

name: Sentry
on:
push:
branches:
- main
jobs:
TagRelease:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Create a Sentry release
uses: tclindner/sentry-releases-action@v1.0.0
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: aquarius
SENTRY_PROJECT: aquarius
with:
tagName: ${{ github.sha }}
environment: production