diff --git a/.github/workflows/69-run-on-push-to-rc.yml b/.github/workflows/69-run-on-push-to-rc.yml index 2731889e34..08d0d9c6d8 100644 --- a/.github/workflows/69-run-on-push-to-rc.yml +++ b/.github/workflows/69-run-on-push-to-rc.yml @@ -20,7 +20,7 @@ jobs: run: | BRANCH=${{ github.ref }} echo $BRANCH - TAG="${BRANCH//rc\//""}" + TAG="${BRANCH//refs\/heads\/rc\//""}" echo $TAG echo "tag=$TAG" >> $GITHUB_OUTPUT