Skip to content

Commit

Permalink
Update publish-extension.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Quanta-Naut authored Jan 5, 2025
1 parent a351db2 commit cf95634
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/publish-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,6 @@ jobs:
- name: Installing Dependencies
run: npm install # Install regular dependencies

- name: Minor version bump
env:
CI: true
run: |
git config --global user.name "${{ github.actor }}" # Set the username
git config --global user.email "[email protected]" # Set the email
git add . # Add changes to the commit
git commit -m "Version Commit" # Commit changes
npm version minor # Increment the minor version in package.json
- name: Publish the extension
env:
VSCE_PAT: ${{ secrets.VSCE_TOKEN }} # VSCE token for publishing
Expand Down

0 comments on commit cf95634

Please sign in to comment.