Skip to content

Commit 37774bd

Browse files
authored
fix: release on canary/* tag (#281)
1 parent 54895cd commit 37774bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
tags:
8-
- v3.*
8+
- canary/*
99
pull_request:
1010
branches:
1111
- main

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A beta language server client for Deno. Requires Deno 1.6 or better.",
55
"author": "Deno Land Inc.",
66
"license": "MIT",
7-
"version": "0.0.4",
7+
"version": "0.0.5",
88
"icon": "deno.png",
99
"galleryBanner": {
1010
"color": "#3B3738",

0 commit comments

Comments
 (0)