diff --git a/.github/workflows/post-tag.yaml b/.github/workflows/post-tag.yaml index 4fa8fadf09..1eddc17620 100644 --- a/.github/workflows/post-tag.yaml +++ b/.github/workflows/post-tag.yaml @@ -25,7 +25,7 @@ jobs: # release places them in a versioned directory # TODO: Refactor make targets to get them in sync - name: Copy Relase Binaries - run: cp ./_release/${OPA_VERSION}/opa_* ./ + run: cp ./_release/${TAG_NAME#v}/opa_* ./ - name: Deploy OPA Release Images env: