From 2304109eab78b96188c20375dac7f7aad20e46b0 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Thu, 2 Jan 2025 22:29:35 -0500 Subject: [PATCH] ci: fix typo --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c0152ff..cfebb7d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,7 +77,7 @@ jobs: matrix: directory: [cli/npm, lib/binding_web] steps: - - name: CHeckout repository + - name: Checkout repository uses: actions/checkout@v4 - name: Set up Node