Skip to content

Commit

Permalink
Removed unnecessary quoting.
Browse files Browse the repository at this point in the history
Partial #638

Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
  • Loading branch information
rgoldberg committed Dec 22, 2024
1 parent a3a00fc commit 82e2810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag-pushed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
2>&1)"
exit_code="${?}"
setopt errexit
printf $'%s' "${bump_output}"
printf $'%s' "${${(f)bump_output}[-1]}" > .build/bump.url
printf %s "${bump_output}"
printf %s "${${(f)bump_output}[-1]}" > .build/bump.url
exit "${exit_code}"
- name: 📝 Create draft release
Expand Down

0 comments on commit 82e2810

Please sign in to comment.