Skip to content

Commit

Permalink
try publish-edge for api
Browse files Browse the repository at this point in the history
  • Loading branch information
TIL-EBP committed Oct 31, 2024
1 parent 99e8296 commit ae6967b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}`;
Expand Down

0 comments on commit ae6967b

Please sign in to comment.