-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a351db2
commit cf95634
Showing
1 changed file
with
0 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|