Skip to content

Commit 5edd928

Browse files
committed
workflow: should use follow-tags when pushing
1 parent cfed026 commit 5edd928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const release = async () => {
134134
)
135135

136136
await execa('git', ['tag', tagName], { stdio: 'inherit' })
137-
await execa('git', ['push', '--tags'], { stdio: 'inherit' })
137+
await execa('git', ['push', '--follow-tags'], { stdio: 'inherit' })
138138
}
139139

140140
release().catch(err => {

0 commit comments

Comments
 (0)