We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d7d1c commit 39599b5Copy full SHA for 39599b5
.github/workflows/release.yaml
@@ -43,7 +43,7 @@ jobs:
43
release_generator:
44
name: Release Generator
45
runs-on: ubuntu-latest
46
- if: ${{ intputs.type == 'generator' || inputs.type == 'all' }}
+ if: ${{ inputs.type == 'generator' || inputs.type == 'all' }}
47
needs:
48
- lint
49
steps:
0 commit comments