Explorar o código

Added a script to trigger the release workflow

Sam Lantinga %!s(int64=2) %!d(string=hai) anos
pai
achega
96fbd10de0
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      build-scripts/create-release.sh

+ 6 - 0
build-scripts/create-release.sh

@@ -0,0 +1,6 @@
+#!/bin/sh
+
+commit=$(git rev-parse HEAD)
+echo "Creating release workflow for commit $commit"
+gh workflow run release.yml --ref main -f commit=$commit
+