Skip to content

Commit

Permalink
fix version commit sha
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam committed Jan 1, 2025
1 parent f977ac8 commit c08c1ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ jobs:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1

- id: vars
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT

- run: bun install
- run: bun run build
env:
VITE_PUBLIC_GIT_SHA: ${{ steps.vars.outputs.sha_short }}

- uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit c08c1ff

Please sign in to comment.