diff --git a/promote-to-stable/action.yaml b/promote-to-stable/action.yaml index 86482cd..be1c5e4 100644 --- a/promote-to-stable/action.yaml +++ b/promote-to-stable/action.yaml @@ -76,7 +76,7 @@ runs: owner: context.repo.owner, repo: context.repo.repo, }) - + console.log(body) return body.match(/\/promote ([0-9,]+)/)[1].split(",").join(" ") - name: Promote snap to latest/stable