Skip to content

Commit

Permalink
build: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bow committed Jul 22, 2024
1 parent d8eec72 commit 5248b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5248b3f

Please sign in to comment.