Skip to content

Commit 87e341f

Browse files
committed
feat: version reverted to test
1 parent 2cb001c commit 87e341f

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/version-bump.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ jobs:
5555
git commit -m "chore(release): bump version to ${{ env.new_version }}"
5656
git push origin release/${{ env.new_version }}
5757
58+
# --- DEBUGGING STEPS START ---
59+
- name: Debug Git Status after Push
60+
run: git status
61+
62+
- name: Debug Git Log after Push
63+
run: git log -n 5
64+
# --- DEBUGGING STEPS END ---
65+
5866
- name: Create Pull Request
5967
run: |
6068
gh pr create \

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "universal-version-bump",
33
"displayName": "Universal Version Bump",
4-
"version": "0.2.0",
4+
"version": "0.1.9",
55
"description": "A GitHub Action to automatically bump versions across any app (Node, Python, PHP, Docker, etc.)",
66
"main": "dist/index.js",
77
"scripts": {

0 commit comments

Comments
 (0)