Explorar el Código

fix: release kotlin trigger workflow name (#1635)

tsk hace 3 semanas
padre
commit
3bfacdecfb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      justfile

+ 1 - 1
justfile

@@ -768,7 +768,7 @@ ffi-release-kotlin VERSION:
   echo "   CDK Ref: v{{VERSION}}"
   
   # Trigger the workflow using GitHub CLI
-  gh workflow run "Publish Kotlin Package" \
+  gh workflow run "Publish Kotlin Bindings" \
     --repo cashubtc/cdk-kotlin \
     --field version="{{VERSION}}" \
     --field cdk_repo="cashubtc/cdk" \