diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b638ea1e..7b2dcb7d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -38,7 +38,7 @@ jobs: env: GH_TOKEN: ${{ secrets.WORKFLOW_TOKEN }} run: | - gh workflow run push.yml \ + gh workflow run push.yaml \ --field upstream_job="$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" \ --field upstream_repository=dependency-file-generator \ --repo rapidsai/ci-imgs \