We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4499d commit 515af18Copy full SHA for 515af18
.github/workflows/publish-all-vscode-extension-pre-releases.yml
@@ -0,0 +1,31 @@
1
+name: Pre-Release - Publish VSCode Extensions
2
+
3
+on:
4
+ schedule:
5
+ - cron: "0 0 * * 2,4,6"
6
7
+jobs:
8
9
+ vscode-spring-boot:
10
+ uses: ./.github/workflows/publish-vscode-extension-pre-release.yml
11
+ with:
12
+ extension-name: vscode-spring-boot
13
+ secrets: inherit
14
15
+ vscode-concourse:
16
17
18
+ extension-name: vscode-concourse
19
20
21
+ vscode-manifest-yaml:
22
23
24
+ extension-name: vscode-manifest-yaml
25
26
27
+ vscode-bosh:
28
29
30
+ extension-name: vscode-bosh
31
0 commit comments