diff --git a/src/main.rs b/src/main.rs index cbf18c6..01da084 100644 --- a/src/main.rs +++ b/src/main.rs @@ -27,7 +27,7 @@ fn release(conf: &Config) -> Release { .. } = conf; Release { - tag_name: github_ref.clone(), + tag_name: github_ref.trim_start_matches("refs/tags/").into(), body: input_body.clone(), ..Release::default() }