File tree 1 file changed +2
-9
lines changed
1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 11
11
description : For example "RC1"
12
12
required : true
13
13
type : string
14
- tag :
15
- description : tags the repository if value is true
16
- required : true
17
- type : boolean
18
14
19
15
permissions :
20
16
contents : write
27
23
AWS_S3_BUCKET : ${{ secrets.CDN_BUCKET }}/spring-tools
28
24
DOWNLOAD_URL_ROOT : https://cdn.spring.io/spring-tools
29
25
30
-
31
26
jobs :
32
-
33
- tag-vscode-extension :
27
+ release-vscode-extension :
34
28
runs-on : ubuntu-latest
35
- name : Tag VSCode Extension '${{ inputs.extension-name }}'
29
+ name : Release Build and Upload VSCode Extension '${{ inputs.extension-name }}'
36
30
steps :
37
31
- name : Checkout vscode-extension '${{ inputs.extension-name }}'
38
32
uses : actions/checkout@v4
43
37
echo "Version: ${base_version}"
44
38
echo "version=$base_version" >> $GITHUB_OUTPUT
45
39
- name : Create tag
46
- if : ${{ inputs.tag }}
47
40
uses : actions/github-script@v7
48
41
with :
49
42
script : |
You can’t perform that action at this time.
0 commit comments