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 79fa603 commit fa34609Copy full SHA for fa34609
.github/workflows/deploy.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Extract version from code
37
id: get_version
38
run: |
39
- VERSION=$(deno eval 'import { VERSION } from "./version.ts"; console.log(VERSION);')
+ VERSION=$(deno eval 'import { VERSION } from "./env/version.ts"; console.log(VERSION);')
40
echo "Extracted version: $VERSION"
41
echo "VERSION=$VERSION" >> $GITHUB_ENV
42
0 commit comments