ci: fix step name typo

This commit is contained in:
Palm 2023-02-13 20:56:56 +07:00 committed by GitHub
parent b47b7cbc22
commit 9cea77ac59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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