mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 11:20:17 +08:00
🚑 Fix use of illegal character in Sentry's release name scheme
This commit is contained in:
@@ -23,4 +23,4 @@ jobs:
|
||||
SENTRY_URL: https://sentry.ppy.sh/
|
||||
with:
|
||||
environment: production
|
||||
version: osu/${{ github.ref_name }}
|
||||
version: osu@${{ github.ref_name }}
|
||||
|
||||
Reference in New Issue
Block a user