mirror of
https://github.com/love2d/megasource.git
synced 2026-08-19 20:20:11 +02:00
7 lines
150 B
Bash
7 lines
150 B
Bash
#!/bin/sh
|
|
|
|
commit=$(git rev-parse HEAD)
|
|
echo "Creating release workflow for commit $commit"
|
|
gh workflow run release.yml --ref main -f commit=$commit
|
|
|