From e9e544c77384309d4af315d7d576c61b1b3e4c08 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Sat, 28 Oct 2023 17:35:37 -0300 Subject: [PATCH] update run-on-push-to-rc workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/69-run-on-push-to-rc.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/69-run-on-push-to-rc.yml b/.github/workflows/69-run-on-push-to-rc.yml index 1449446dc8..3dbbfcd631 100644 --- a/.github/workflows/69-run-on-push-to-rc.yml +++ b/.github/workflows/69-run-on-push-to-rc.yml @@ -15,7 +15,8 @@ jobs: id: tag run: | BRANCH=${{ github.head_ref }} - TAG="${BRANCH//rc//""}" + echo $BRANCH + TAG="${BRANCH//rc///""}" echo $TAG echo "tag=$TAG" >> $GITHUB_OUTPUT