mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-01-17 14:28:30 +01:00
5 lines
109 B
Bash
5 lines
109 B
Bash
|
set -euo pipefail
|
||
|
IFS=$'\t\n'
|
||
|
|
||
|
gh release create --draft --verify-tag --title $RELEASE_NAME $GITHUB_REF_NAME
|