Skip to content

Commit dda7ba1

Browse files
committed
i
1 parent 98f2ba6 commit dda7ba1

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
description: "A tag to deploy to production"
66
type: string
77
required: true
8+
release:
9+
types: [published]
10+
811
jobs:
912
publish:
1013
strategy:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# markdown-code-snippet-runner
1+
# VSCode Markdown Code Snippet Runner Extension
22

3-
![Demo GIF](/docs/assets/demo.gif)
3+
![Demo GIF](https://github.com/jackbilestech/vscode-markdown-code-snippet-runner/docs/assets/demo.gif)
44

55
## Features
66

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "markdown-code-snippet-runner",
3-
"displayName": "Markdown Code Terminal Executor",
3+
"displayName": "Markdown Code Snippet Runner",
44
"description": "Run single quote code sippets in markdown",
5-
"version": "1.0.3",
5+
"version": "1.0.4",
66
"publisher": "jackbilestech",
77
"license": "MIT",
88
"engines": {

0 commit comments

Comments
 (0)