Skip to content

Commit

Permalink
Replace epoch colon : with a percent sign % in the tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
alee-ntap committed Dec 8, 2023
1 parent 94b55d9 commit 2f3fb03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/gh_release
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ case "$action" in
name="$1"; shift

normalized_tag=${tag/\~/\_}
# Replace epoch colon ":" with a percent sign "%" in the tag.
normalized_tag=${normalized_tag/\:/\%}

release="$(post "releases" '{
"draft": '"$draft"',
Expand Down

0 comments on commit 2f3fb03

Please sign in to comment.