Skip to content

Commit fa34609

Browse files
committed
fix: missed the extraction of VERSION
1 parent 79fa603 commit fa34609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Extract version from code
3737
id: get_version
3838
run: |
39-
VERSION=$(deno eval 'import { VERSION } from "./version.ts"; console.log(VERSION);')
39+
VERSION=$(deno eval 'import { VERSION } from "./env/version.ts"; console.log(VERSION);')
4040
echo "Extracted version: $VERSION"
4141
echo "VERSION=$VERSION" >> $GITHUB_ENV
4242

0 commit comments

Comments
 (0)