Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeyexl committed Jul 23, 2024
1 parent 98733c8 commit e069177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
repo: context.repo.repo,
tag_name: `${majorVersion}`,
name: `${majorVersion}`,
body: `Latest v${majorVersion} release. See specific version release notes for details.`,
body: `Latest ${majorVersion} release. See specific version release notes for details.`,
draft: false,
prerelease: false
});
Expand Down

0 comments on commit e069177

Please sign in to comment.