Skip to content

Commit 32c1ddc

Browse files
committed
chore: update npm version script
1 parent 1873e69 commit 32c1ddc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"format": "dotnet format GhostDraw.sln",
2525
"format:check": "dotnet format GhostDraw.sln --verify-no-changes",
2626
"version:check": "powershell.exe -NoProfile -ExecutionPolicy Bypass -File Scripts/Update-Version.ps1 -UpdateProjFiles -Bump patch -DryRun",
27-
"version:tag": "powershell.exe -NoProfile -ExecutionPolicy Bypass -File Scripts/Update-Version.ps1 -CreateTag -Bump patch -DryRun"
27+
"version:tag": "powershell.exe -NoProfile -ExecutionPolicy Bypass -File Scripts/Update-Version.ps1 -CreateTag -PushTag -Bump patch -DryRun"
2828
},
2929
"engines": {
3030
"node": ">=18.0.0",

0 commit comments

Comments
 (0)