Skip to content

Commit 974603a

Browse files
author
Drew Yang
committed
test: 🧪 test draft release name
1 parent f3a4add commit 974603a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/draft_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
with:
2727
config-name: release_drafter.yaml
2828
disable-autolabeler: true
29-
name: ${{ github.event.inputs.testpypi == 'true' && 'Test ' || 'Release ' }}${{ github.event.release.name }}
29+
name: format("${{ github.event.inputs.testpypi == 'true' && 'Test' || 'Release ' }} {0}", ${{ github.event.release.name }})
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)