From 2b422340883700d7cfa2b261a68a7ac6045902ab Mon Sep 17 00:00:00 2001 From: aboyko Date: Sun, 14 Jul 2024 12:41:52 -0400 Subject: [PATCH] [GHA] Back to mandatory tagging for vscode release builds --- .github/workflows/release-vscode-extension.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release-vscode-extension.yml b/.github/workflows/release-vscode-extension.yml index 49ad94703..54578763e 100644 --- a/.github/workflows/release-vscode-extension.yml +++ b/.github/workflows/release-vscode-extension.yml @@ -11,10 +11,6 @@ on: description: For example "RC1" required: true type: string - tag: - description: tags the repository if value is true - required: true - type: boolean permissions: contents: write @@ -27,12 +23,10 @@ env: AWS_S3_BUCKET: ${{ secrets.CDN_BUCKET }}/spring-tools DOWNLOAD_URL_ROOT: https://cdn.spring.io/spring-tools - jobs: - - tag-vscode-extension: + release-vscode-extension: runs-on: ubuntu-latest - name: Tag VSCode Extension '${{ inputs.extension-name }}' + name: Release Build and Upload VSCode Extension '${{ inputs.extension-name }}' steps: - name: Checkout vscode-extension '${{ inputs.extension-name }}' uses: actions/checkout@v4 @@ -43,7 +37,6 @@ jobs: echo "Version: ${base_version}" echo "version=$base_version" >> $GITHUB_OUTPUT - name: Create tag - if: ${{ inputs.tag }} uses: actions/github-script@v7 with: script: |