Skip to content

Commit c3a9c9e

Browse files
committed
fix(github-action): fetch fresh tags from remote before tagging
1 parent e3137e4 commit c3a9c9e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/github-action/src/releaser.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ export class ReleaserGithubAction<P extends Project = Project> extends Releaser<
104104
})
105105
}
106106

107+
override tag() {
108+
return super.tag({
109+
fetch: true
110+
})
111+
}
112+
107113
override push() {
108114
return super.push({
109115
force: true

0 commit comments

Comments
 (0)