Skip to content

Commit

Permalink
[ci] Bug Fix: Force tag update so create release branch can be run mu…
Browse files Browse the repository at this point in the history
…ltiple times (#7146)
  • Loading branch information
etrepum authored Feb 7, 2025
1 parent a35432e commit 65bf70d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/npm/postversion.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ async function main() {
[
'git',
'tag',
'-f',
'-a',
`v${npm_package_version}`,
'-m',
Expand Down

0 comments on commit 65bf70d

Please sign in to comment.