From 5248b3f9c0dd655953ad65285c8adc01e0f2c5ae Mon Sep 17 00:00:00 2001 From: Wibowo Arindrarto Date: Mon, 22 Jul 2024 14:18:08 +0200 Subject: [PATCH] build: Fix typo --- .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 7f9c03d..c01da79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,7 +114,7 @@ jobs: authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - name: Update pyproject.toml version with - if: gitub.ref_type == 'tag' && github.ref_name != '' + if: github.ref_type == 'tag' && github.ref_name != '' run: nix develop --command poetry dynamic-versioning - name: Build and push image to registry