[ci] Fix typo

This commit is contained in:
Nemo 2022-05-05 20:15:35 +00:00 committed by GitHub
parent f2e2b25c91
commit fe29f3958f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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