移除自动创建版本标签
Some checks failed
CI/CD Pipeline for DevStar Extension / build (pull_request) Has been cancelled
Some checks failed
CI/CD Pipeline for DevStar Extension / build (pull_request) Has been cancelled
This commit is contained in:
@@ -36,11 +36,3 @@ jobs:
|
|||||||
npm run publish
|
npm run publish
|
||||||
env:
|
env:
|
||||||
VSCE_PAT: ${{ secrets.VSCE_PAT }}
|
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"
|
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "devstar",
|
"name": "devstar",
|
||||||
"displayName": "%displayName%",
|
"displayName": "%displayName%",
|
||||||
"description": "%description%",
|
"description": "%description%",
|
||||||
"version": "0.4.0",
|
"version": "0.4.1",
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"publisher": "mengning",
|
"publisher": "mengning",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
Reference in New Issue
Block a user