From fd38cfffbd9f616943fdf44939ddef563916568d Mon Sep 17 00:00:00 2001 From: Commit User Date: Thu, 19 Sep 2024 17:06:28 +0200 Subject: [PATCH] fix: ci 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 4bdd26a..35827a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: checks: write steps: - name: Checkout - - uses: actions/checkout@v4 + uses: actions/checkout@v4 - name: Use Node.js uses: actions/setup-node@v4 with: