From 0f6e78e3be521d37f55b9f05289890359b701cef Mon Sep 17 00:00:00 2001 From: Andrii Semenystyi <46621668+MeowningMaster@users.noreply.github.com> Date: Mon, 27 May 2024 20:51:07 +0300 Subject: [PATCH] try --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1101866..0e51635 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: contents: read id-token: write # The OIDC ID token is used for authentication with JSR. env: - REDIS_HOST: redis + REDIS_HOST: localhost steps: - uses: actions/checkout@v4 - uses: oven-sh/setup-bun@v1