diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-02 21:28:32 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-02 21:28:32 -0700 |
commit | 9e14a2984d0c83c944cd76270fad8d1debc6b042 (patch) | |
tree | 5634eaa1929ee56ee16ba5cc2c23725a4b3bf8db | |
parent | 5c111f75717e542ec0be9b73b2ee1f1e495c629c (diff) | |
download | sncontinue-9e14a2984d0c83c944cd76270fad8d1debc6b042.tar.gz sncontinue-9e14a2984d0c83c944cd76270fad8d1debc6b042.tar.bz2 sncontinue-9e14a2984d0c83c944cd76270fad8d1debc6b042.zip |
publish in github workflow
-rw-r--r-- | .github/workflows/main.yaml | 24 | ||||
-rw-r--r-- | extension/package.json | 2 |
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" |