From 574d3c68bbd1a534df4e229f8a7ed94df4fa4408 Mon Sep 17 00:00:00 2001 From: Cody Casterline Date: Mon, 1 Jul 2024 14:31:27 -0700 Subject: [PATCH] Fix publish workflow. --- .github/workflows/publish.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e3c954f..272be00 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,9 +11,12 @@ jobs: runs-on: ubuntu-latest permissions: contents: read - id-token: write # The OIDC ID token is used for authentication with JSR. + id-token: write # The OIDC ID token is used for authentication with JSR. steps: - uses: actions/checkout@v4 + - uses: denoland/setup-deno@v1 + with: + deno-version: v1.x # TODO: Call test here?