Skip to content

Commit

Permalink
some refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
elcritch committed Jan 19, 2025
1 parent df35f60 commit f18ce40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nimblepkg/publish.nim
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,8 @@ proc findVersions(commits: seq[(Sha1Hash, string)], projdir, nimbleFile: string,

if options.action.pushTags:
let res = pushTags(newTags.toSeq(), projdir, downloadMethod)
if not res:
displayError(&"Error pushing tags", HighPriority)

proc publishVersions*(p: PackageInfo, options: Options) =
displayInfo(&"Searcing for new tags for {$p.basicInfo.name} @{$p.basicInfo.version}", HighPriority)
Expand Down

0 comments on commit f18ce40

Please sign in to comment.