Skip to content

Commit

Permalink
fix: workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
boywithkeyboard committed Jul 16, 2023
1 parent 4aa4f33 commit ad02056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: Publish Release
uses: boywithkeyboard/taco@dev
with:
kind: ${{github.event.inputs.type}}
kind: ${{github.event.inputs.kind}}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Publish Release
uses: boywithkeyboard/taco@v0
with:
kind: ${{github.event.inputs.type}}
kind: ${{github.event.inputs.kind}}
```
### Customization
Expand Down

0 comments on commit ad02056

Please sign in to comment.