Skip to content

Commit

Permalink
ci: fix validation errors in publish-prisma-schema-wasm.yml (#4501)
Browse files Browse the repository at this point in the history
The descriptions of inputs are required in the workflow schema, it is
highlighed as errors in the editor that they are currently missing in
`publish-prisma-schema-wasm.yml`.
  • Loading branch information
aqrln authored Nov 27, 2023
1 parent cb61307 commit d0b84da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-prisma-schema-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ on:
inputs:
enginesWrapperVersion:
required: true
description: 'New @prisma/prisma-schema-wasm package version'
enginesHash:
required: true
description: 'prisma-engines commit to build'
npmDistTag:
required: true
default: 'latest'
description: 'npm dist-tag (e.g. latest or integration)'

jobs:
build:
Expand Down

0 comments on commit d0b84da

Please sign in to comment.