Skip to content

Commit 2b42234

Browse files
committed
[GHA] Back to mandatory tagging for vscode release builds
1 parent 11009f0 commit 2b42234

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

Diff for: .github/workflows/release-vscode-extension.yml

+2-9
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ on:
1111
description: For example "RC1"
1212
required: true
1313
type: string
14-
tag:
15-
description: tags the repository if value is true
16-
required: true
17-
type: boolean
1814

1915
permissions:
2016
contents: write
@@ -27,12 +23,10 @@ env:
2723
AWS_S3_BUCKET: ${{ secrets.CDN_BUCKET }}/spring-tools
2824
DOWNLOAD_URL_ROOT: https://cdn.spring.io/spring-tools
2925

30-
3126
jobs:
32-
33-
tag-vscode-extension:
27+
release-vscode-extension:
3428
runs-on: ubuntu-latest
35-
name: Tag VSCode Extension '${{ inputs.extension-name }}'
29+
name: Release Build and Upload VSCode Extension '${{ inputs.extension-name }}'
3630
steps:
3731
- name: Checkout vscode-extension '${{ inputs.extension-name }}'
3832
uses: actions/checkout@v4
@@ -43,7 +37,6 @@ jobs:
4337
echo "Version: ${base_version}"
4438
echo "version=$base_version" >> $GITHUB_OUTPUT
4539
- name: Create tag
46-
if: ${{ inputs.tag }}
4740
uses: actions/github-script@v7
4841
with:
4942
script: |

0 commit comments

Comments
 (0)