docs(shadcn-ui): update README (#203)

This commit is contained in:
shadcn
2023-04-19 09:48:47 +04:00
committed by GitHub
parent 4a794a354f
commit acf4ae79cb
3 changed files with 42 additions and 1 deletions

View File

@@ -60,6 +60,6 @@ jobs:
github.rest.issues.removeLabel({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: ${{ env.WORKFLOW_RUN_PR }},
issue_number: '${{ env.WORKFLOW_RUN_PR }}',
name: '🚀 autorelease',
});