Skip to content

Commit

Permalink
Fix pr comment typo [semver:skip] (#118)
Browse files Browse the repository at this point in the history
Should not publish the orb to prod but include dev pr info back in GH comments for this PR.
  • Loading branch information
eddiewebb committed Feb 23, 2024
1 parent ff6b246 commit 5327e5a
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 @@ -168,7 +168,7 @@ commands:
command: |
#During OPEN PR, get from CCI.
PR_NUMBER=${CIRCLE_PULL_REQUEST##*/}
if [ -z "$PR)NUMBER" ];then
if [ -z "$PR_NUMBER" ];then
# get from merge commit on closed PR.
PR_NUMBER=`git log -1 --pretty=%s | sed -En 's/.*\(#([0-9]*)\).*/\1/p'`
fi
Expand Down

0 comments on commit 5327e5a

Please sign in to comment.