Skip to content

Commit

Permalink
fix: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylar Simoncelli committed Nov 14, 2024
1 parent 8bebdba commit 817bb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/release/publish-draft-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
current_body=$(echo "$release_data" | jq -r .body)
updated_body=$(echo "$current_body" | \
sed 's/- \[ \] Staging preview environment/- [x] Staging preview environment/g' | \
sed 's/This is a draft pre-release candidate/This is a pre-release candidate/g')
sed 's/This is a draft pre-release candidate/This is a tested release/g')
json_data=$(jq -n \
--arg name "$tag" \
--arg body "$updated_body" \
Expand Down

0 comments on commit 817bb10

Please sign in to comment.