mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-01-17 22:38:38 +01:00
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
|