Skip to content

Update .renovaterc.json #14

Update .renovaterc.json

Update .renovaterc.json #14

Workflow file for this run

name: Sentry Release
on:
workflow_dispatch:
push:
branches:
- main
jobs:
release-sentry:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Enable Corepack
run: |
corepack enable pnpm
- name: Install and test using pnpm
run: |
pnpm install
pnpm test
- name: Create Sentry release
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
# SENTRY_URL: https://sentry.io/
with:
environment: production