Skip to content

Commit

Permalink
write build info to all deploys!
Browse files Browse the repository at this point in the history
(cherry picked from commit 4afccbe)
  • Loading branch information
zardoy committed Dec 4, 2024
1 parent cf7c466 commit 84dce09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
run: npm install --global vercel
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
- name: Write Release Info
run: |
echo "{\"latestTag\": \"$(git rev-parse --short $GITHUB_SHA)\"}" > assets/release.json
- name: Build Project Artifacts
run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
- run: pnpm build-storybook
Expand Down

0 comments on commit 84dce09

Please sign in to comment.