Skip to content

Commit e6624f6

Browse files
authored
chore: publish on tag creation for VS Code extension and mutation server protocol package (#102)
1 parent 85bee3a commit e6624f6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/publish-vscode-extension.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Publish VS Code Extension
22

33
on:
4-
workflow_dispatch:
4+
push:
5+
tags:
6+
- 'stryker-mutator@*'
57

68
jobs:
79
publish:

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Publish
1+
name: Publish Mutation Server Protocol
22

33
on:
44
push:
55
tags:
6-
- '**' # Fine when using locked versioning mode with lerna, as only one tag is pushed to git.
6+
- 'mutation-server-protocol@*'
77

88
jobs:
99
release:

0 commit comments

Comments
 (0)