移除自动创建版本标签
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:
@@ -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 }}
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "devstar",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.1",
|
||||
"keywords": [],
|
||||
"publisher": "mengning",
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user