Skip to content

chore(deps): update dependency filelock to v3.15.4 (#1974) #209

chore(deps): update dependency filelock to v3.15.4 (#1974)

chore(deps): update dependency filelock to v3.15.4 (#1974) #209

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
fetch-depth: 0
- name: Install and test using npm
run: |
npm install
npm run test --workspaces --if-present
- name: Create Sentry release
uses: getsentry/action-release@586b62368d564f25d694ce05fcb9cf53de65ac4f # 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