Skip to content

Commit 780d698

Browse files
Eh I forgot this yet
1 parent fb01c76 commit 780d698

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ jobs:
466466
PY
467467
468468
publish_opt_build:
469-
name: Publish optimized Build
469+
name: Publish Optimized Build
470470
runs-on: ubuntu-24.04
471471
needs:
472472
- check_platforms
@@ -594,7 +594,7 @@ jobs:
594594
body: [
595595
`Build based on the commit ${context.sha}.`,
596596
`Workflow run: ${context.runId}.`,
597-
`It was generated by the branch ${context.ref.replace('refs/heads/', '')}.`,
597+
`It was generated by the branch ${context.ref.replace('refs/heads/optimized', '')}.`,
598598
].join('\n'),
599599
prerelease: true,
600600
draft: false,

0 commit comments

Comments
 (0)