From 9cea77ac5951c439fd0c0b752bd3b875dd52c06a Mon Sep 17 00:00:00 2001 From: Palm Date: Mon, 13 Feb 2023 20:56:56 +0700 Subject: [PATCH] ci: fix step name 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 b28017d8..07e719d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: name: Release runs-on: ubuntu-latest steps: - - name: Cancel previou runs + - name: Cancel previous runs uses: styfle/cancel-workflow-action@0.11.0 - name: Checkout uses: actions/checkout@v3