From b1c47499ed20391ab01569db0f725890cedac3fd Mon Sep 17 00:00:00 2001 From: Tushar Mathur Date: Thu, 30 May 2024 12:16:00 +0530 Subject: [PATCH] update version --- .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 cb8ed96..ee9d8b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: uses: actions/checkout@v2 - name: Deploy Tailcall id: deploy-tailcall - uses: tailcallhq/gh-action@v0.2 + uses: tailcallhq/gh-action with: provider: "fly" fly-api-token: ${{ secrets.FLY_API_TOKEN }}