Skip to content

Commit 39599b5

Browse files
author
Josh Newman
committed
fix: change typo
1 parent c7d7d1c commit 39599b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
release_generator:
4444
name: Release Generator
4545
runs-on: ubuntu-latest
46-
if: ${{ intputs.type == 'generator' || inputs.type == 'all' }}
46+
if: ${{ inputs.type == 'generator' || inputs.type == 'all' }}
4747
needs:
4848
- lint
4949
steps:

0 commit comments

Comments
 (0)