Skip to content

chore: fix failing tests (#246) #74

chore: fix failing tests (#246)

chore: fix failing tests (#246) #74

name: Create a Sentry release
on:
push:
branches:
- 'main'
jobs:
create-sentry-release:
strategy:
matrix:
target: ['18']
uses: snapshot-labs/actions/.github/workflows/create-sentry-release.yml@main
with:
project: snapshot-sidekick
target: ${{ matrix.target }}
secrets: inherit