Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
TIL-EBP committed Nov 13, 2024
1 parent ccef741 commit 71b84a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ 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}`;
Expand Down

0 comments on commit 71b84a3

Please sign in to comment.