Skip to content

Commit d655ebf

Browse files
committed
chore(build): remove unnecessary echo command
1 parent 4348d1c commit d655ebf

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/version-bump.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,3 @@ jobs:
3434
bump_targets: '[{"path": "package.json", "variable": "version"}]'
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37-
38-
- run: echo "bump_targets=${{ steps.bump.outputs.bump_targets }}"

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:20:54 GMT
9+
* Generated on Sat, 30 Aug 2025 14:23:57 GMT
1010
*/
1111
require('./sourcemap-register.js');/******/ (() => { // webpackBootstrap
1212
/******/ var __webpack_modules__ = ({

0 commit comments

Comments
 (0)