diff --git a/.github/workflows/sentry.yml b/.github/workflows/sentry.yml deleted file mode 100644 index c0fd14b..0000000 --- a/.github/workflows/sentry.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Sentry -on: - release: - types: [ published ] -jobs: - create-sentry-release: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@master - - name: Create a Sentry.io release - uses: tclindner/sentry-releases-action@v1.2.0 - env: - SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} - SENTRY_ORG: ${{ secrets.SENTRY_ORG }} - SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }} - with: - tagName: ${{ github.ref }} - environment: production \ No newline at end of file