From 3b582a0206a67ca1c19bb1771dca02b80c83cf2f Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 11 Mar 2024 12:59:36 -0500 Subject: [PATCH] publish: bun i --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b50e290..16bab14 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,4 +13,6 @@ jobs: id-token: write # The OIDC ID token is used for authentication with JSR. steps: - uses: actions/checkout@v4 - - run: npx jsr publish \ No newline at end of file + - uses: oven-sh/setup-bun@v1 + - run: bun i + - run: npx jsr publish