Skip to content

fix(deps): update sentry-javascript monorepo to v8.10.0 (#169) #346

fix(deps): update sentry-javascript monorepo to v8.10.0 (#169)

fix(deps): update sentry-javascript monorepo to v8.10.0 (#169) #346

Workflow file for this run

name: CI
on:
push:
branches: [main]
jobs:
build:
name: Build & Test
uses: ./.github/workflows/build-and-test-main.yml
secrets: inherit
release:
name: Create Release
needs: build
uses: ./.github/workflows/release.yml
secrets: inherit
publish:
name: Build & Publish container
needs: [build, release]
with:
version: ${{ needs.release.outputs.version }}
uses: ./.github/workflows/docker-build.yml
secrets: inherit