Skip to content

Commit d48a111

Browse files
authored
VSCode publisher now only runs on Releases
I disabled the deployment to the VS Marketplace on the push of tags since that is extremely problematic when pushing dev tags
1 parent 3618395 commit d48a111

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
on:
2-
push:
3-
tags:
4-
- '*'
2+
release:
3+
types: [published]
54

65
name: Deploy Extension
76
jobs:

0 commit comments

Comments
 (0)