Skip to content

Commit

Permalink
fix how version is injected during production build
Browse files Browse the repository at this point in the history
  • Loading branch information
customcommander committed Sep 7, 2024
1 parent d03c646 commit 21ed3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: '22.x'
- run: npm ci
- run: npm run build -- --env version $(git describe --always)
- run: npm run build -- --env version=$(git describe --always)
- uses: actions/upload-pages-artifact@v3
with:
path: dist/
Expand Down

0 comments on commit 21ed3c8

Please sign in to comment.