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