From fe29f3958fa9c33c9d9ba0f5d4a921eff42ddf92 Mon Sep 17 00:00:00 2001 From: Nemo Date: Thu, 5 May 2022 20:15:35 +0000 Subject: [PATCH] [ci] Fix typo --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index be5b55d..19c7cfd 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -38,7 +38,7 @@ jobs: git config user.name "github-actions[bot]" # Pre and post version scripts in package.json npm version "v${{ steps.current-time.outputs.formattedTime }}" - gh release create "v${{ steps.current-time.outputs.formattedTime }}" --notes "v${{steps.current-time.outputs.formattedTime}}" "loookup/*.json" + gh release create "v${{ steps.current-time.outputs.formattedTime }}" --notes "v${{steps.current-time.outputs.formattedTime}}" "lookup/*.json" env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}