Skip to content

Commit

Permalink
fix: ci: another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Panakotta00 committed Oct 28, 2024
1 parent 1673a00 commit b2442e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/send-discord-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
core.setFailed('Found Release is a draft!');
return;
}*/
return {body: relase.body, body_encoded: btoa(release.body), tag_name: release.tag_name, name: release.name};
return {body: release.body, body_encoded: btoa(release.body), tag_name: release.tag_name, name: release.name};
- name: Prepare Discord Message
uses: actions/github-script@v7
Expand Down

0 comments on commit b2442e8

Please sign in to comment.