Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam committed Jun 20, 2024
1 parent 538ddcc commit 157cc71
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ jobs:

- name: get build info
id: build_info
run: |
echo sha=$(git show -s --format=%H) >> $GITHUB_OUTPUT
echo timestamp=$(git show -s --format=%cI) >> $GITHUB_OUTPUT
run: echo timestamp=$(git show -s --format=%cI) >> $GITHUB_OUTPUT

- run: pnpm install
- run: pnpm build:production
env:
VITE_APP_GIT_SHA: ${{ steps.build_info.outputs.sha }}
VITE_APP_GIT_SHA: ${{ github.sha }}
VITE_APP_GIT_TIMESTAMP: ${{ steps.build_info.outputs.timestamp }}

- name: Upload built project
Expand Down

0 comments on commit 157cc71

Please sign in to comment.