[ci] Fix glob

This commit is contained in:
Nemo 2022-05-07 10:17:56 +05:30 committed by GitHub
parent 8166a10339
commit 843230764b
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}}" "lookup/*.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 }}