There was an error while loading. Please reload this page.
by
1 parent 19a0367 commit ba48176Copy full SHA for ba48176
1 file changed
.github/workflows/release.yml
@@ -1,5 +1,7 @@
1
name: release
2
-run-name: "release `${{ github.event.inputs.version }}` version by `@${{ github.actor }}`"
+run-name: >-
3
+ release `${{ github.event.inputs.version }}` version
4
+ ${{ github.ref_name != 'main' && format(' on `{0}`', github.ref_name) || '' }}
5
6
on:
7
workflow_dispatch:
0 commit comments