Quellcode durchsuchen

fix: release kotlin trigger workflow name (#1635)

tsk vor 3 Wochen
Ursprung
Commit
3bfacdecfb
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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" \