We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c9528 commit 613d1c0Copy full SHA for 613d1c0
.github/workflows/regen.yml
@@ -32,7 +32,7 @@ jobs:
32
cp .build/release/sourcedocs /usr/local/bin
33
popd
34
35
- - name: Regen `magicbell-java-client`
+ - name: Regen `magicbell-swift-client`
36
run: yarn codegen
37
env:
38
LIBLAB_TOKEN: ${{ secrets.LIBLAB_ACTION_TOKEN }}
scripts/gen.ts
@@ -54,7 +54,7 @@ async function build() {
54
}
55
);
56
57
- move("output/sources", "Sources/MagicBellClient/generated")
+ await move("output/sources", "Sources/MagicBellClient/generated")
58
59
if (!hasChangesInPath("Sources")) {
60
console.log("No changes detected in output.");
0 commit comments