From 51905e0bb153f4c1a1a32b2d74b31adc3db38614 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Fri, 22 Sep 2023 19:37:28 +1000 Subject: [PATCH] Revert "Hack for testing" This reverts commit 8d22015327bde9df2857a685098e14ad264bc77e. --- .github/workflows/release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b15a3f495a3..24ca09ec00e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,8 +2,6 @@ name: Release Suite on: push: - branches: - - fix-release-ci tags: - v* @@ -24,9 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Extract version - # run: echo "VERSION=$(echo ${GITHUB_REF#refs/tags/})" >> $GITHUB_OUTPUT - # TODO(paul): remove the line below and uncomment the line above. - run: echo "VERSION=test_only" >> $GITHUB_OUTPUT + run: echo "VERSION=$(echo ${GITHUB_REF#refs/tags/})" >> $GITHUB_OUTPUT id: extract_version outputs: VERSION: ${{ steps.extract_version.outputs.VERSION }}