1 parent e6f8755 commit 2ca3d9eCopy full SHA for 2ca3d9e
2 files changed
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
# Extract version from tag (e.g. v1.0.0 -> 1.0.0)
33
VERSION=${GITHUB_REF_NAME#v}
34
echo "Syncing package.json version to: $VERSION"
35
- npm version $VERSION --no-git-tag-version
+ npm version $VERSION --no-git-tag-version --allow-same-version
36
37
- name: Package Extension
38
# install vsce locally to avoid version issues, then run package
package.json
@@ -8,7 +8,7 @@
8
"type": "git",
9
"url": "https://github.com/KerrYang56/Antigravity-S2W.git"
10
},
11
- "version": "0.0.6",
+ "version": "0.0.5",
12
"engines": {
13
"vscode": "^1.90.0"
14
0 commit comments