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