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