From d45ab875ba29460ab2c6db37e52373642104c864 Mon Sep 17 00:00:00 2001 From: Haneen Hany <124837763+khalifaa55@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:41:03 +0300 Subject: [PATCH] fix: Adjust lido-exporter release tag (#419) --- .github/workflows/lido-exporter.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/lido-exporter.yml b/.github/workflows/lido-exporter.yml index 0e0dbd7de..b8aa9a4f5 100644 --- a/.github/workflows/lido-exporter.yml +++ b/.github/workflows/lido-exporter.yml @@ -61,20 +61,13 @@ jobs: TAG: ${{ github.event.inputs.tag }} steps: - - name: Extract version - id: extract_version - shell: bash - run: | - VERSION=${TAG#lido-exporter-} - echo "VERSION=$VERSION" >> $GITHUB_ENV - - name: Checkout code uses: actions/checkout@v4 - name: Create Release uses: ncipollo/release-action@v1 with: - tag: ${{ env.VERSION }} + tag: ${{ env.TAG }} draft: true prerelease: false - generateReleaseNotes: true \ No newline at end of file + generateReleaseNotes: true