diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml
index 4726e520f..f0d5d2420 100644
--- a/.github/workflows/label.yml
+++ b/.github/workflows/label.yml
@@ -4,7 +4,7 @@ on: [pull_request]
 jobs:
   label:
     runs-on: ubuntu-latest
-    stes:
+    steps:
       - uses: actions/labeler@v2
         with:
           repo-token: "${{ secrets.GITHUB_TOKEN }}"