From ae6967bdce69f0c1e996ce8bf6170241deb241f3 Mon Sep 17 00:00:00 2001 From: till_schuetze Date: Thu, 31 Oct 2024 10:48:13 +0100 Subject: [PATCH] try publish-edge for api --- .github/workflows/publish-edge.yml | 1 + 1 file changed, 1 insertion(+) 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}`;