From bd69f873cb3c3704bf57737bfbce3cec261558f5 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 28 Mar 2024 13:46:54 -0400 Subject: [PATCH] - fixes reference to removed tag for github release action Signed-off-by: Vincent Biret --- .github/workflows/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 60228a46..5e54a94d 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -111,7 +111,7 @@ jobs: with: tag: ${{ steps.GetVersion.outputs.tag }} - name: Queue Git Release - uses: benc-uk/workflow-dispatch@v121 + uses: benc-uk/workflow-dispatch@v1 with: workflow: Git Release token: ${{ secrets.PERSONAL_TOKEN }}