From 4cc550cbc9bcfd51ebda05a9bd9c2c071e57df67 Mon Sep 17 00:00:00 2001 From: Faustin Date: Wed, 11 Dec 2024 16:06:38 +0100 Subject: [PATCH] chore: remove other problematic steps --- .github/workflows/make-release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/make-release.yml b/.github/workflows/make-release.yml index 2adc1330a..ab03e80aa 100644 --- a/.github/workflows/make-release.yml +++ b/.github/workflows/make-release.yml @@ -57,12 +57,12 @@ jobs: echo SNAPSHOT => ${{ steps.snapshot.outputs.version }} >> $GITHUB_STEP_SUMMARY echo RELASE => ${{ steps.release.outputs.version }} >> $GITHUB_STEP_SUMMARY - - name: Validate tag - run : test ${{ steps.release.outputs.version }} == ${{ github.ref_name }} + # - name: Validate tag + # run : test ${{ steps.release.outputs.version }} == ${{ github.ref_name }} - - name: Delete tag if invalid - if: failure() || cancelled() - run : git push origin -d ${{ github.ref_name }} + # - name: Delete tag if invalid + # if: failure() || cancelled() + # run : git push origin -d ${{ github.ref_name }} update-changelog: runs-on: ubuntu-latest