Skip to content

Commit 1626d64

Browse files
committed
chore: run publish on release creation
1 parent 64198bb commit 1626d64

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/publish.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
on:
22
workflow_dispatch:
3+
release:
4+
types:
5+
- created
36
name: Publish Extension
47
jobs:
58
publish:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Connect VS Code to your Coder Workspaces",
66
"repository": "https://github.com/cdr/vscode-coder",
77
"preview": true,
8-
"version": "0.0.2-dev",
8+
"version": "0.0.3",
99
"engines": {
1010
"vscode": "^1.54.0"
1111
},

0 commit comments

Comments
 (0)