Skip to content

Commit

Permalink
[update-dist-bot] auto-format and update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
update-dist-bot committed Nov 23, 2023
1 parent 394400a commit 9906027
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
13 changes: 10 additions & 3 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,10 @@ async function calculateTags({
}

outputTags.push(
...expandPrefix(prefix, `${current.major}.${current.minor}.${current.patch}`),
...expandPrefix(
prefix,
`${current.major}.${current.minor}.${current.patch}`,
),
);

core.debug(semver.compare(current, tags[0]) >= 0);
Expand Down

0 comments on commit 9906027

Please sign in to comment.