summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/main.yaml24
-rw-r--r--extension/package.json2
2 files changed, 13 insertions, 13 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 69b3578d..46b50ef3 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -113,18 +113,18 @@ jobs:
run: |
cd extension
npm run package
- # npx vsce publish patch -p ${{ secrets.VSCE_TOKEN }}
- # - name: Commit changes
- # run: |
- # git config --local user.email "action@github.com"
- # git config --local user.name "GitHub Action"
- # git commit -am "ci: 💚 Update package.json version [skip ci]"
-
- # - name: Push changes
- # uses: ad-m/github-push-action@master
- # with:
- # github_token: ${{ secrets.GITHUB_TOKEN }}
- # branch: ${{ github.ref }}
+ npx vsce publish patch -p ${{ secrets.VSCE_TOKEN }}
+ - name: Commit changes
+ run: |
+ git config --local user.email "action@github.com"
+ git config --local user.name "GitHub Action"
+ git commit -am "ci: 💚 Update package.json version [skip ci]"
+
+ - name: Push changes
+ uses: ad-m/github-push-action@master
+ with:
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ branch: ${{ github.ref }}
- name: Upload .vsix artifact
uses: actions/upload-artifact@v2
diff --git a/extension/package.json b/extension/package.json
index 49182af6..a8345887 100644
--- a/extension/package.json
+++ b/extension/package.json
@@ -14,7 +14,7 @@
"displayName": "Continue",
"pricing": "Free",
"description": "The open-source coding autopilot",
- "version": "0.0.240",
+ "version": "0.0.241",
"publisher": "Continue",
"engines": {
"vscode": "^1.67.0"