diff --git a/.github/workflows/publish-edge.yml b/.github/workflows/publish-edge.yml index c259b0add..cdf9f3315 100644 --- a/.github/workflows/publish-edge.yml +++ b/.github/workflows/publish-edge.yml @@ -72,6 +72,7 @@ jobs: ? targetBranch : mergedPullRequest.head.ref.replace('refs/heads/', '') + console.log(tags) const version = findNextVersion(tags, sourceBranch); return `${version.major}.${version.minor}.${version.patch}-dev${version.preRelease}`;