Skip to content

Commit

Permalink
fix: properly escape the newline for the tag argument (#4974)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimBeyer committed Aug 23, 2023
1 parent e9dfe33 commit 4c69801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ jobs:
gh release edit ${VERSION} \
-R ${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME} \
--prerelease \
--target ${CIRCLE_SHA1}
--target ${CIRCLE_SHA1} \
--tag ${VERSION}
# Replace release artifacts
Expand Down

0 comments on commit 4c69801

Please sign in to comment.