github-issue-tower-defence-management 1.126.0 → 1.126.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -70,5 +70,9 @@ jobs:
70
70
  echo "No changes to commit"
71
71
  else
72
72
  git commit -m "autogen: release"
73
- git push --force origin main
73
+ git pull --rebase origin main
74
+ if ! git push origin main; then
75
+ git pull --rebase origin main
76
+ git push origin main
77
+ fi
74
78
  fi
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.126.1](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/compare/v1.126.0...v1.126.1) (2026-07-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **ci:** replace autogen force push with rebase and normal push in publish workflow ([#1231](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/issues/1231)) ([2f129cf](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/commit/2f129cf02b24874f19521229ecf498ca0376707a))
7
+
1
8
  # [1.126.0](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/compare/v1.125.5...v1.126.0) (2026-07-20)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "github-issue-tower-defence-management",
3
- "version": "1.126.0",
3
+ "version": "1.126.1",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "scripts": {