Skip to content

Commit

Permalink
fix/ci: typo in gh release command
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed Jun 20, 2024
1 parent a6e5bc0 commit c531fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Create the release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release create --title "${{ github.event.inputs.version }}" --generate-notes
run: gh release create "${{ github.event.inputs.version }}" --generate-notes

- name: Upload packages
env:
Expand Down

0 comments on commit c531fbd

Please sign in to comment.