From c7a815db3d3a64daca810fa3d74d9fb8c4c01335 Mon Sep 17 00:00:00 2001 From: Agustin Groh Date: Mon, 17 Feb 2025 14:39:55 -0300 Subject: [PATCH] chore:SP-2110 Update repo version tagging workflow --- .github/workflows/version-tag.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/version-tag.yml b/.github/workflows/version-tag.yml index c04a36c..b7a5f9b 100644 --- a/.github/workflows/version-tag.yml +++ b/.github/workflows/version-tag.yml @@ -20,10 +20,6 @@ jobs: with: fetch-depth: '0' token: ${{ secrets.SC_GH_TAG_TOKEN }} - - name: Setup Java - uses: actions/setup-java@v4 - with: - java-version: 11 - name: Determine Tag id: taggerVersion run: |