We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64198bb commit 1626d64Copy full SHA for 1626d64
.github/workflows/publish.yaml
@@ -1,5 +1,8 @@
1
on:
2
workflow_dispatch:
3
+ release:
4
+ types:
5
+ - created
6
name: Publish Extension
7
jobs:
8
publish:
package.json
@@ -5,7 +5,7 @@
"description": "Connect VS Code to your Coder Workspaces",
"repository": "https://github.com/cdr/vscode-coder",
"preview": true,
- "version": "0.0.2-dev",
+ "version": "0.0.3",
9
"engines": {
10
"vscode": "^1.54.0"
11
},
0 commit comments