This commit is contained in:
@@ -30,13 +30,13 @@ jobs:
|
|||||||
run: npm run package
|
run: npm run package
|
||||||
# - name: Update package.json Version
|
# - name: Update package.json Version
|
||||||
# run: npm version ${{ github.ref_name }} --no-git-tag-version
|
# run: npm version ${{ github.ref_name }} --no-git-tag-version
|
||||||
- name: Commit and Push Changes
|
# - name: Commit and Push Changes
|
||||||
run: |
|
# run: |
|
||||||
git config user.name "${{ vars.USERNAME_GIT }}"
|
# git config user.name "${{ vars.USERNAME_GIT }}"
|
||||||
git config user.email "${{ vars.EMAIL_GIT }}"
|
# git config user.email "${{ vars.EMAIL_GIT }}"
|
||||||
git add package.json
|
# git add package.json
|
||||||
git commit -m "Update version to ${{ github.ref_name }}"
|
# git commit -m "Update version to ${{ github.ref_name }}"
|
||||||
git push origin HEAD:main
|
# git push origin HEAD:main
|
||||||
- name: Publish to Visual Studio Marketplace
|
- name: Publish to Visual Studio Marketplace
|
||||||
run: vsce pack
|
run: vsce pack
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user