Skip to content

Commit

Permalink
fix: typo in release name
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyx committed Jul 10, 2024
1 parent 03e8734 commit 29cff2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/create-github-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function main() {

gh release create "$tag" \
--repo="$repo" \
--title="rdf-protect: \`$version\`" \
--title="rdf-protect: $version" \
--generate-notes

print_info "Successfully created release. All done."
Expand Down

0 comments on commit 29cff2b

Please sign in to comment.