Browse Source

ci: import bun shell

Brendan Allan 2 months ago
parent
commit
92ade2a320
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/publish.yml

+ 1 - 0
.github/workflows/publish.yml

@@ -101,6 +101,7 @@ jobs:
           import * as fs from 'fs/promises';
           import * as path from 'path';
           import { DefaultArtifactClient } from "@actions/artifact";
+          import { $ } from "bun";
 
           const artifactClient = new DefaultArtifactClient()