Skip to content

Commit

Permalink
Force tag update so create release branch can be run multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed Feb 6, 2025
1 parent a35432e commit 581d9c5
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 581d9c5

Please sign in to comment.