Skip to content

Commit

Permalink
ci: fix typo in create release step (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Jun 9, 2024
1 parent fc2c422 commit 24f68bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
artifacts: ''
body: ${{ steps.setup-release.outputs.release_body }}
discussionCategory: announcements
generateReleaseNotes: ${{ steps.setup-release.outputs.release_generate_notes }}
generateReleaseNotes: ${{ steps.setup-release.outputs.release_generate_release_notes }}
name: ${{ steps.setup-release.outputs.release_tag }}
prerelease: true
tag: ${{ steps.setup-release.outputs.release_tag }}
Expand Down

0 comments on commit 24f68bb

Please sign in to comment.