We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5816a8 commit 189bdcbCopy full SHA for 189bdcb
.github/workflows/deploy.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Extract version from code
37
id: get_version
38
- run: echo "VERSION=$(deno eval 'import { VERSION } from "./version.ts"; console.log(VERSION);')" >> $GITHUB_ENV
+ run: echo "VERSION=$(deno eval 'import { VERSION } from "./src/version.ts"; console.log(VERSION);')" >> $GITHUB_ENV
39
40
- name: Update README with version
41
run: |
0 commit comments