aff12209d3
Rather than my bespoke forks of the unmaintained actions that used to do this.
5 lines
109 B
Bash
Executable File
5 lines
109 B
Bash
Executable File
set -euo pipefail
|
|
IFS=$'\t\n'
|
|
|
|
gh release create --draft --verify-tag --title $RELEASE_NAME $GITHUB_REF_NAME
|