Skip to content

Commit

Permalink
Merge pull request #140 from rjmacarthy/development
Browse files Browse the repository at this point in the history
Test workflow trigger
  • Loading branch information
rjmacarthy authored Feb 28, 2024
2 parents 515abaf + 864b1ef commit 0546c77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
on:
workflow_dispatch:
push:
tags:
- 'v*.*.*'
branches:
- main

name: Publish Extension
jobs:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "twinny",
"displayName": "twinny - AI Code Completion and Chat",
"description": "Locally hosted AI code completion plugin for vscode",
"version": "3.7.1",
"version": "3.7.2",
"icon": "assets/icon.png",
"keywords": [
"code-inference",
Expand Down

0 comments on commit 0546c77

Please sign in to comment.