Skip to content

Commit 2ca3d9e

Browse files
committed
Fix CI version sync and revert local version to 0.0.5
1 parent e6f8755 commit 2ca3d9e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Extract version from tag (e.g. v1.0.0 -> 1.0.0)
3333
VERSION=${GITHUB_REF_NAME#v}
3434
echo "Syncing package.json version to: $VERSION"
35-
npm version $VERSION --no-git-tag-version
35+
npm version $VERSION --no-git-tag-version --allow-same-version
3636
3737
- name: Package Extension
3838
# install vsce locally to avoid version issues, then run package

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "git",
99
"url": "https://github.com/KerrYang56/Antigravity-S2W.git"
1010
},
11-
"version": "0.0.6",
11+
"version": "0.0.5",
1212
"engines": {
1313
"vscode": "^1.90.0"
1414
},

0 commit comments

Comments
 (0)