Skip to content

Commit 189bdcb

Browse files
committed
fix: wrong path for the version
1 parent b5816a8 commit 189bdcb

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
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Extract version from code
3737
id: get_version
38-
run: echo "VERSION=$(deno eval 'import { VERSION } from "./version.ts"; console.log(VERSION);')" >> $GITHUB_ENV
38+
run: echo "VERSION=$(deno eval 'import { VERSION } from "./src/version.ts"; console.log(VERSION);')" >> $GITHUB_ENV
3939

4040
- name: Update README with version
4141
run: |

0 commit comments

Comments
 (0)