1
0
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:
Hugo "ThePooN" Denizart
2022-06-01 18:12:29 +02:00
Unverified
parent e4faeb677d
commit 384cdcbc40
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,4 +23,4 @@ jobs:
SENTRY_URL: https://sentry.ppy.sh/
with:
environment: production
version: osu/${{ github.ref_name }}
version: osu@${{ github.ref_name }}