mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-04-22 15:41:57 +02:00
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
|