移除自动创建版本标签
Some checks failed
CI/CD Pipeline for DevStar Extension / build (pull_request) Has been cancelled

This commit is contained in:
2025-11-26 11:45:41 +08:00
parent b33384ca23
commit fc59ba3bd0
2 changed files with 2 additions and 10 deletions

View File

@@ -35,12 +35,4 @@ jobs:
run: |
npm run publish
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
- name: 更新版本标签
run: |
version=$(node -p "require('./package.json').version")
git config --local user.email "ci@devstar.cn"
git config --local user.name "DevStar CI"
git tag -a "v$version" -m "Release version $version"
git push origin "v$version"
VSCE_PAT: ${{ secrets.VSCE_PAT }}

View File

@@ -2,7 +2,7 @@
"name": "devstar",
"displayName": "%displayName%",
"description": "%description%",
"version": "0.4.0",
"version": "0.4.1",
"keywords": [],
"publisher": "mengning",
"engines": {