Skip to content

Commit 335479d

Browse files
committed
fix: fixing the version
1 parent e33e534 commit 335479d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Extract version
5151
id: version
5252
run: |
53-
echo "VERSION=$(nix eval --raw .#basic_python_app.version)" >> $GITHUB_ENV
53+
echo "VERSION=$(nix eval --raw .#default.version)" >> $GITHUB_ENV
5454
5555
- name: Tag Docker image for GHCR
5656
run: |

0 commit comments

Comments
 (0)