Skip to content

Commit 4fc9e92

Browse files
committed
chore: change default git tag value to false
1 parent d655ebf commit 4fc9e92

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ inputs:
1313
git_tag:
1414
description: 'Whether to create a Git tag after bump'
1515
required: false
16-
default: 'true'
16+
default: 'false'
1717
target_platform:
1818
description: 'Explicitly specify the platform to update (e.g., node, python). If not provided, the platform will be detected automatically.'
1919
required: false

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Author: Taj <[email protected]>
77
* Homepage: https://github.com/taj54/universal-version-bump#readme
88
* License: MIT
9-
* Generated on Sat, 30 Aug 2025 14:23:57 GMT
9+
* Generated on Sat, 30 Aug 2025 14:27:57 GMT
1010
*/
1111
require('./sourcemap-register.js');/******/ (() => { // webpackBootstrap
1212
/******/ var __webpack_modules__ = ({

0 commit comments

Comments
 (0)