From e09684f99c008fe75b44c2e1895ae1452aabf97b Mon Sep 17 00:00:00 2001 From: "sandipsamal117@gmail.com" Date: Fri, 4 Oct 2024 11:20:04 -0400 Subject: [PATCH] version bumpt to 2.2.21 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27c90b2..4ddebdd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,7 +129,7 @@ jobs: - name: Create plugin description run: | - docker run --rm ${{ steps.info.outputs.local_tag }} dircopy --json \ + docker run --rm ${{ steps.info.outputs.local_tag }} lld_inference --json \ | jq '. + {"name": "pl-lld_inference", "public_repo": "${{ github.server_url }}/${{ github.repository }}", "dock_image": "${{ steps.info.outputs.one_tag }}"}' > ./description.json - name: Upload ChRIS Plugin id: upload