Skip to content

Correctly integrate forked osu-framework with valid CI workflows #1

Correctly integrate forked osu-framework with valid CI workflows

Correctly integrate forked osu-framework with valid CI workflows #1

name: Add Release to Sentry

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

(Line: 19, Col: 9): 'with' is already defined
on:
push:
tags:
- '*'
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
sentry_release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
submodules: recursive
with:
fetch-depth: 0
- name: Create Sentry release
uses: getsentry/action-release@v3
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ppy
SENTRY_PROJECT: osu
SENTRY_URL: https://sentry.ppy.sh/
with:
environment: production
version: osu@${{ github.ref_name }}