Skip to content

ci: WIP debug

ci: WIP debug #119

name: Create Sentry release

Check failure on line 1 in .github/workflows/sentry-release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/sentry-release.yml

Invalid workflow file

you may only define one of `tags` and `tags-ignore` for a single event
on:
push:
tags:
- '*'
tags-ignore:
- test
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- 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 }}
with:
version: ${{ github.ref }}