From 9b480c12af4bb7660f43235443b3761a11752371 Mon Sep 17 00:00:00 2001 From: Andrew Kaiser Date: Fri, 28 Jun 2024 23:34:23 -0400 Subject: [PATCH] chore: fix github actions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6eb8178..7eb1810 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,7 @@ jobs: publish: runs-on: ubuntu-latest + needs: test permissions: contents: read @@ -61,6 +62,5 @@ jobs: deno-version: v1.x - name: Publish package - needs: test if: github.ref == 'refs/heads/main' run: deno publish